deactivate bookcases

This commit is contained in:
HolgerHatGarKeineNode
2023-02-16 21:07:10 +01:00
parent 8625bfc5fd
commit 46240ffa91

View File

@@ -64,7 +64,7 @@ class SyncOpenBooks extends Command
}
BookCase::query()
->whereNotIn('id', $ids)
->whereNotIn('id', $ids->toArray())
->update(['deactivated' => true]);
}
}