mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
- rewrite the queue handling for illuminate 6+ - implement missing maintenance mode callable for queue Worker - Ensure we resolve append the queue commands once the queue bindings are loaded - Override WorkCommand because it needs the maintenance flag. It tries to use the isDownForMaintenance method from the Container assuming it is a Laravel Application. Circumvented this issue by resolving our Config from IOC instead.