Skip to content

Commit

Permalink
forgot file_denylist
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 authored Jan 8, 2024
1 parent 9d2f426 commit d3c3d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Transformers/Api/Application/EggTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function transform(Egg $model): array
'startup' => json_decode($model->inherit_config_startup, true),
'stop' => $model->inherit_config_stop,
'logs' => json_decode($model->inherit_config_logs, true),
'file_denylist' => $model->file_denylist,
'file_denylist' => $model->inherit_file_denylist,
'extends' => $model->config_from,
],
'startup' => $model->startup,
Expand Down

0 comments on commit d3c3d76

Please sign in to comment.