mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Update calls to missing function
This commit is contained in:
@@ -72,7 +72,7 @@ class NodeUpdateService
|
||||
unset($data['reset_secret']);
|
||||
}
|
||||
|
||||
$updateResponse = $this->repository->withoutFresh()->update($node->id, $data);
|
||||
$updateResponse = $this->repository->withoutFreshModel()->update($node->id, $data);
|
||||
|
||||
try {
|
||||
$this->configRepository->setNode($node->id)->update();
|
||||
|
||||
Reference in New Issue
Block a user