Skip to content

Commit

Permalink
Merge pull request #139 from ju5t/add-mixin
Browse files Browse the repository at this point in the history
fix: use mixin for static analysis
  • Loading branch information
freekmurze authored Jan 9, 2023
2 parents 2396535 + d0b2c14 commit a9bba1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ModelSearchAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
use Spatie\Searchable\Exceptions\InvalidModelSearchAspect;
use Spatie\Searchable\Exceptions\InvalidSearchableModel;

/**
* @mixin Builder
*/
class ModelSearchAspect extends SearchAspect
{
use ForwardsCalls;
Expand Down

0 comments on commit a9bba1e

Please sign in to comment.