Update calls to missing function
This commit is contained in:
parent
60eb60013c
commit
5f9fe4a69b
45 changed files with 78 additions and 78 deletions
|
@ -52,7 +52,7 @@ class InstallScriptService
|
|||
}
|
||||
}
|
||||
|
||||
$this->repository->withoutFresh()->update($egg->id, [
|
||||
$this->repository->withoutFreshModel()->update($egg->id, [
|
||||
'script_install' => array_get($data, 'script_install'),
|
||||
'script_is_privileged' => array_get($data, 'script_is_privileged', 1),
|
||||
'script_entry' => array_get($data, 'script_entry'),
|
||||
|
|
Reference in a new issue