mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 22:43:41 +08:00
Please StyleCI
This commit is contained in:
parent
7ae7603342
commit
8d74b40e49
|
@ -49,7 +49,7 @@ class TagGambit extends AbstractRegexGambit
|
|||
$query->selectRaw('1')
|
||||
->from('discussions_tags')
|
||||
->whereRaw('discussions.id = discussion_id');
|
||||
}, !$negate);
|
||||
}, ! $negate);
|
||||
} else {
|
||||
$id = $this->tags->getIdForSlug($slug);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user