Push updated server views
This commit is contained in:
parent
9a14cb5687
commit
e688468920
17 changed files with 1245 additions and 776 deletions
|
@ -58,6 +58,6 @@ class DeleteServer extends Job implements ShouldQueue
|
|||
public function handle()
|
||||
{
|
||||
$repo = new ServerRepository;
|
||||
$repo->deleteNow($this->id);
|
||||
$repo->delete($this->id);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue