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