Skip to content

Commit

Permalink
🐛 Wall tag restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Jan 6, 2020
1 parent 0df8ebd commit 3858e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function scopeWithWallRestrictions(Builder $query, ?array $tags, ?array $

// Restrict on tags list
if (count($tags) > 0) {
$this->scopeWithAllTags($query, $tags);
$this->scopeWithAnyTags($query, $tags);
}

// Restrict on card types
Expand Down

0 comments on commit 3858e14

Please sign in to comment.