fix: #33454 add config in default to be overwritten
This commit is contained in:
parent
a58fe8454f
commit
b1ca44843b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<?php return [
|
||||
'mode' => 'prod',
|
||||
'answer' => 0,
|
||||
'testFile' => 'default',
|
||||
'testFiles' => 'default',
|
||||
'testFiles2' => 'default'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue