🐛 Wall tag restriction

This commit is contained in:
MarceauKa 2020-01-06 21:32:27 +01:00
parent 0df8ebdda6
commit 3858e1418c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class Post extends Model
// Restrict on tags list
if (count($tags) > 0) {
$this->scopeWithAllTags($query, $tags);
$this->scopeWithAnyTags($query, $tags);
}
// Restrict on card types