Passed
Push — dev ( 46c4fc...87f95b )
by Sergey
11:59 queued 06:50
created
app/Controllers/ApiController.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -32,22 +32,22 @@
 block discarded – undo
32 32
                 'menu_item' => 'api',
33 33
                 'api_list' => [
34 34
                                 'delivery' => [
35
-                                  'title' => __('admin_delivery'),
36
-                                  'icon' => 'fas fa-truck'
35
+                                    'title' => __('admin_delivery'),
36
+                                    'icon' => 'fas fa-truck'
37 37
                                 ],
38 38
                                 'images' => [
39
-                                  'title' => __('admin_images'),
40
-                                  'icon' => 'far fa-images'
39
+                                    'title' => __('admin_images'),
40
+                                    'icon' => 'far fa-images'
41 41
                                 ],
42 42
                                 'management' => [
43
-                                  'title' => __('admin_management'),
44
-                                  'icon' => 'fas fa-user-cog'
43
+                                    'title' => __('admin_management'),
44
+                                    'icon' => 'fas fa-user-cog'
45 45
                                 ],
46 46
                                 'access' => [
47
-                                  'title' => __('admin_access'),
48
-                                  'icon' => 'fas fa-user-shield'
47
+                                    'title' => __('admin_access'),
48
+                                    'icon' => 'fas fa-user-shield'
49
+                                ],
49 50
                                 ],
50
-                               ],
51 51
                 'links' =>  [
52 52
                     'api' => [
53 53
                         'link' => $this->router->pathFor('admin.api.index'),
Please login to merge, or discard this patch.