mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 23:33:45 +02:00
Update calls to missing function
This commit is contained in:
@@ -91,7 +91,7 @@ class SuspensionService
|
||||
}
|
||||
|
||||
$this->database->beginTransaction();
|
||||
$this->repository->withoutFresh()->update($server->id, [
|
||||
$this->repository->withoutFreshModel()->update($server->id, [
|
||||
'suspended' => $action === 'suspend',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user