mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Push updated server views
This commit is contained in:
@@ -58,6 +58,6 @@ class DeleteServer extends Job implements ShouldQueue
|
||||
public function handle()
|
||||
{
|
||||
$repo = new ServerRepository;
|
||||
$repo->deleteNow($this->id);
|
||||
$repo->delete($this->id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user