Completed
Branch master (05e03c)
by Vojta
04:11 queued 01:53
created
Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.
lang/cs/lang.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
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
 ];
Please login to merge, or discard this patch.
lang/en/lang.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
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
 ];
Please login to merge, or discard this patch.