Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 9, 2024
1 parent 6611bd7 commit 4634280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Engines/MeilisearchEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ protected function filters(Builder $builder)
});

$whereInOperators = [
'whereIns' => 'IN',
'whereIns' => 'IN',
'whereNotIns' => 'NOT IN',
];

Expand Down
2 changes: 1 addition & 1 deletion src/Searchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static function search($query = '', $callback = null)
'model' => new static,
'query' => $query,
'callback' => $callback,
'softDelete'=> static::usesSoftDelete() && config('scout.soft_delete', false),
'softDelete' => static::usesSoftDelete() && config('scout.soft_delete', false),
]);
}

Expand Down

0 comments on commit 4634280

Please sign in to comment.