add rbac roles, and and admin role to admin user
This commit is contained in:
@@ -15,5 +15,17 @@ return [
|
||||
],
|
||||
],
|
||||
],
|
||||
'formatter' => [
|
||||
'class' => 'yii\i18n\Formatter',
|
||||
'dateFormat' => 'yyyy.MM.dd',
|
||||
'datetimeFormat' => 'yyyy.MM.dd HH:mm',
|
||||
'locale' => 'hu-Hu',
|
||||
'timeZone' => 'UTC',
|
||||
'defaultTimeZone' => 'UTC' ,
|
||||
'nullDisplay' => "-",
|
||||
],
|
||||
'authManager' => [
|
||||
'class' => 'yii\rbac\DbManager'
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user