mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Update calls to missing function
This commit is contained in:
@@ -42,6 +42,6 @@ class NestUpdateService
|
||||
unset($data['author']);
|
||||
}
|
||||
|
||||
$this->repository->withoutFresh()->update($nest, $data);
|
||||
$this->repository->withoutFreshModel()->update($nest, $data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user