mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
deactivate bookcases
This commit is contained in:
@@ -64,7 +64,7 @@ class SyncOpenBooks extends Command
|
||||
}
|
||||
|
||||
BookCase::query()
|
||||
->whereNotIn('id', $ids)
|
||||
->whereNotIn('id', $ids->toArray())
|
||||
->update(['deactivated' => true]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user