Skip to content

Commit 6974d61

Browse files
committed
Fixed PHPStan
1 parent bac5c93 commit 6974d61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Engine/ElasticsearchEngine.php

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public function getTotalCount($results): int
190190
*/
191191
public function flush(Model $model): void
192192
{
193+
// @phpstan-ignore-next-line
193194
$model->newQuery()
194195
->orderBy($model->getKeyName())
195196
->unsearchable();

0 commit comments

Comments
 (0)