mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-01 04:49:24 -06:00
9 lines
98 B
PHP
9 lines
98 B
PHP
<?php
|
|
return [
|
|
|
|
'translator' => [
|
|
'locale' => env('DEFAULT_LOCALE', 'en'),
|
|
],
|
|
|
|
];
|