blessing-skin-server/config/yaml-translation.php
2018-07-13 23:19:59 +08:00

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,
];