Skip to content

Commit

Permalink
Merge pull request #161 from hendrikheil/master
Browse files Browse the repository at this point in the history
Add Macroable trait to SearchParametersBuilder
  • Loading branch information
babenkoivan authored Feb 11, 2024
2 parents 57c3a54 + 867078f commit d1d51fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Builders/SearchParametersBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
use Elastic\ScoutDriverPlus\Support\Arr;
use Elastic\ScoutDriverPlus\Support\Conditionable;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Traits\Macroable;
use stdClass;

class SearchParametersBuilder
{
use Conditionable;
use Macroable;

public const DEFAULT_PAGE_SIZE = 10;

Expand Down

0 comments on commit d1d51fc

Please sign in to comment.