add spatie permissions
This commit is contained in:
@@ -70,7 +70,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'timezone' => 'UTC',
|
||||
'timezone' => env('APP_TIMEZONE', 'UTC'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -85,6 +85,12 @@ return [
|
||||
|
||||
'locale' => 'en',
|
||||
|
||||
'locales' => [
|
||||
'en' => 'English',
|
||||
'ru' => 'Русский',
|
||||
'tk' => 'Türkmen',
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Fallback Locale
|
||||
|
||||
Reference in New Issue
Block a user