blessing-skin-server/config/yaml-translation.php
2018-07-13 22:56:22 +08:00

16 lines
377 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' => true,
];