Merge branch 'develop' into feature/react-admin
This commit is contained in:
commit
c40e4bd2c0
12 changed files with 153 additions and 6 deletions
|
@ -56,6 +56,7 @@ class EggTransformer extends BaseTransformer
|
|||
'startup' => json_decode($model->config_startup, true),
|
||||
'stop' => $model->config_stop,
|
||||
'logs' => json_decode($model->config_logs, true),
|
||||
'file_denylist' => explode(PHP_EOL, $model->file_denylist),
|
||||
'extends' => $model->config_from,
|
||||
],
|
||||
'startup' => $model->startup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue