mirror of
https://github.com/flarum/core.git
synced 2025-10-27 21:46:17 +01:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
committed by
StyleCI Bot
parent
9212330ac2
commit
4413848c11
@@ -46,7 +46,9 @@ class FulltextGambit implements GambitInterface
|
||||
public function apply(AbstractSearch $search, $searchValue)
|
||||
{
|
||||
$search->getQuery()
|
||||
->whereIn('id',
|
||||
$this->getUserSearchSubQuery($searchValue));
|
||||
->whereIn(
|
||||
'id',
|
||||
$this->getUserSearchSubQuery($searchValue)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user