Completed
Push — develop ( 273775...480429 )
by Greg
02:04
created
app/User.php 1 patch
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -12,27 +12,27 @@
 block discarded – undo
12 12
     const USER_LEVEL_SUPER  = 9;
13 13
 
14 14
     const USER_STATUS = [
15
-        0 => [  'text' => 'users.disabled',
15
+        0 => ['text' => 'users.disabled',
16 16
                 'icon' => '',
17
-                'unicon' => '' ],
18
-        1 => [  'text' => 'users.enabled',
17
+                'unicon' => ''],
18
+        1 => ['text' => 'users.enabled',
19 19
                 'icon' => 'fa-check',
20
-                'unicon' => '' ]
20
+                'unicon' => '']
21 21
     ];
22 22
 
23 23
     const USER_LEVEL = [
24
-        1 => [  'text' => 'users.access.local',
24
+        1 => ['text' => 'users.access.local',
25 25
                 'icon' => 'fa-support',
26
-                'unicon' => '' ],
27
-        3 => [  'text' => 'users.access.global',
26
+                'unicon' => ''],
27
+        3 => ['text' => 'users.access.global',
28 28
                 'icon' => 'fa-globe',
29
-                'unicon' => '' ],
30
-        5 => [  'text' => 'users.access.admin',
29
+                'unicon' => ''],
30
+        5 => ['text' => 'users.access.admin',
31 31
                 'icon' => 'fa-shield',
32
-                'unicon' => '' ],
33
-        9 => [  'text' => 'users.access.super',
32
+                'unicon' => ''],
33
+        9 => ['text' => 'users.access.super',
34 34
                 'icon' => 'fa-rocket',
35
-                'unicon' => '' ],
35
+                'unicon' => ''],
36 36
     ];
37 37
 
38 38
     const SEARCH_CRITERIA = [
Please login to merge, or discard this patch.