fixed override declare class issue
This commit is contained in:
parent
18f9ee4518
commit
07ef68281b
|
|
@ -56,7 +56,10 @@ class Queue extends Provider
|
|||
|
||||
$company->makeCurrent();
|
||||
|
||||
$this->registerModules();
|
||||
// TODO: Move queue control at the beginning of the closure
|
||||
if (should_queue()) {
|
||||
$this->registerModules();
|
||||
}
|
||||
});
|
||||
|
||||
app('events')->listen(JobFailed::class, function ($event) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue