Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
falstack committed Dec 17, 2019
1 parent d5f422e commit d8766e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Http/Controllers/WebController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ public function index(Request $request)
$ids = Tag
::where('pin_count', '>', 0)
->whereNull('migration_slug')
->whereIn('parent_slug', [
config('app.tag.bangumi'),
config('app.tag.topic'),
config('app.tag.game')
])
->pluck('slug')
->toArray();

Expand Down

0 comments on commit d8766e0

Please sign in to comment.