wip on structure
This commit is contained in:
11
app/Helpers/helpers.php
Normal file
11
app/Helpers/helpers.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Application locales
|
||||
*
|
||||
* @return array<string, string>
|
||||
*/
|
||||
function appLocales(): array
|
||||
{
|
||||
return config()->array('app.locales');
|
||||
}
|
||||
Reference in New Issue
Block a user