mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
refactoring - remove unused code
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Jobs\Installation;
|
||||
|
||||
use App\Events\Broadcast;
|
||||
use App\Models\Server;
|
||||
|
||||
class ContinueInstallation extends InstallationJob
|
||||
@ -29,11 +28,6 @@ public function handle(): void
|
||||
$this->server->update([
|
||||
'status' => 'installation_failed',
|
||||
]);
|
||||
event(
|
||||
new Broadcast('install-server-failed', [
|
||||
'server' => $this->server,
|
||||
])
|
||||
);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user