test numeric array override
This commit is contained in:
parent
ed554705e5
commit
29db532049
4 changed files with 54 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
<?php return [
|
||||
'mode' => 'test'
|
||||
'mode' => 'test',
|
||||
'numArray' =>
|
||||
[
|
||||
3 => 'Index3_local',
|
||||
4 => 'Index4_local',
|
||||
5 => 'Index5_local',
|
||||
]
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue