mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Update calls to missing function
This commit is contained in:
@@ -83,7 +83,7 @@ class SetDefaultAllocationService
|
||||
}
|
||||
|
||||
$this->connection->beginTransaction();
|
||||
$this->serverRepository->withoutFresh()->update($server->id, ['allocation_id' => $model->id]);
|
||||
$this->serverRepository->withoutFreshModel()->update($server->id, ['allocation_id' => $model->id]);
|
||||
|
||||
// Update on the daemon.
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user