mirror of
https://github.com/flarum/core.git
synced 2025-08-23 00:23:25 +02:00
Please StyleCI
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user