2018-07-13 22:56:22 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Array handling
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| Shall this package use the array_dot schema of Laravel?
|
|
|
|
| If true, this will flatten all array contents into a string.
|
|
|
|
*/
|
|
|
|
|
2018-07-13 23:19:59 +08:00
|
|
|
'dot_syntax' => false,
|
2018-07-13 22:56:22 +08:00
|
|
|
];
|