16 lines
378 B
PHP
16 lines
378 B
PHP
<?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.
|
|
*/
|
|
|
|
'dot_syntax' => false,
|
|
];
|