fix
This commit is contained in:
parent
aa3dbdfaa2
commit
1f3a7758c4
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
use App\Models\InstanceSettings;
|
||||
use App\Models\Server;
|
||||
use Exception;
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Contracts\Queue\ShouldBeUnique;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
|
|
@ -80,4 +81,8 @@ public function handle(): void
|
|||
return;
|
||||
}
|
||||
}
|
||||
public function failed(Exception $exception)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue