fix
This commit is contained in:
parent
aa3dbdfaa2
commit
1f3a7758c4
@ -4,6 +4,7 @@ namespace App\Jobs;
|
||||
|
||||
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 @@ class InstanceAutoUpdateJob implements ShouldQueue, ShouldBeUnique
|
||||
return;
|
||||
}
|
||||
}
|
||||
public function failed(Exception $exception)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user