Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed May 31, 2024
2 parents 4396d2d + d1d51fc commit 60686cc
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 60686cc

Please sign in to comment.