mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Modify how deletion service works (actually fixes #2085); cover changes with test
This commit is contained in:
@@ -409,7 +409,7 @@ class ServersController extends Controller
|
||||
['id', '=', $database],
|
||||
]);
|
||||
|
||||
$this->databaseManagementService->delete($database->id);
|
||||
$this->databaseManagementService->delete($database);
|
||||
|
||||
return response('', 204);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user