Files
telekeci/app/Helpers/helpers.php
2024-10-21 18:19:54 +05:00

12 lines
150 B
PHP

<?php
/**
* Application locales
*
* @return array<string, string>
*/
function appLocales(): array
{
return config()->array('app.locales');
}