@@ -39,7 +39,7 @@ |
||
39 | 39 | |
40 | 40 | public function boot() |
41 | 41 | { |
42 | - Event::listen('backend.menu.extendItems', function ($manager) { |
|
42 | + Event::listen('backend.menu.extendItems', function($manager) { |
|
43 | 43 | $manager->addSideMenuItems('RainLab.User', 'user', [ |
44 | 44 | 'users' => [ |
45 | 45 | 'label' => 'rainlab.user::lang.users.menu_label', |
@@ -6,9 +6,9 @@ |
||
6 | 6 | 'description' => 'Umožní import nebo export uživatelů' |
7 | 7 | ], |
8 | 8 | 'permissions' => [ |
9 | - 'tab' => 'Import/export uživatelů', |
|
10 | - 'all' => [ |
|
11 | - 'label' => 'Import a export uživatelů' |
|
12 | - ] |
|
9 | + 'tab' => 'Import/export uživatelů', |
|
10 | + 'all' => [ |
|
11 | + 'label' => 'Import a export uživatelů' |
|
12 | + ] |
|
13 | 13 | ] |
14 | 14 | ]; |
@@ -6,9 +6,9 @@ |
||
6 | 6 | 'description' => 'Provide import and export users' |
7 | 7 | ], |
8 | 8 | 'permissions' => [ |
9 | - 'tab' => 'User import/export', |
|
10 | - 'all' => [ |
|
11 | - 'label' => 'User import and export' |
|
12 | - ] |
|
9 | + 'tab' => 'User import/export', |
|
10 | + 'all' => [ |
|
11 | + 'label' => 'User import and export' |
|
12 | + ] |
|
13 | 13 | ] |
14 | 14 | ]; |