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:
@@ -70,6 +70,6 @@ class PackUpdateService
|
||||
$data['visible'] = isset($data['visible']);
|
||||
$data['locked'] = isset($data['locked']);
|
||||
|
||||
return $this->repository->withoutFresh()->update($pack->id, $data);
|
||||
return $this->repository->withoutFreshModel()->update($pack->id, $data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user