Skip to content

Commit 60686cc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4396d2d + d1d51fc commit 60686cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Builders/SearchParametersBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
use Elastic\ScoutDriverPlus\Support\Arr;
1616
use Elastic\ScoutDriverPlus\Support\Conditionable;
1717
use Illuminate\Database\Eloquent\Model;
18+
use Illuminate\Support\Traits\Macroable;
1819
use stdClass;
1920

2021
class SearchParametersBuilder
2122
{
2223
use Conditionable;
24+
use Macroable;
2325

2426
public const DEFAULT_PAGE_SIZE = 10;
2527

0 commit comments

Comments
 (0)