deactivate bookcases

This commit is contained in:
HolgerHatGarKeineNode
2023-02-16 21:21:45 +01:00
parent ab56630227
commit d90af476bc
7 changed files with 16 additions and 8 deletions

View File

@@ -123,6 +123,7 @@ class BookCaseTable extends DataTableComponent
public function builder(): Builder
{
return BookCase::query()
->active()
->with([
'orangePills',
])