Passed
Push — dev6 ( 59969f...cba1b6 )
by Ron
21:38 queued 01:27
created
app/Policies/EquipmentCategoryPolicy.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -31,11 +31,11 @@
 block discarded – undo
31 31
     }
32 32
 
33 33
         /**
34
-     * Determine whether the user can create models.
35
-     *
36
-     * @param  \App\Models\User  $user
37
-     * @return mixed
38
-     */
34
+         * Determine whether the user can create models.
35
+         *
36
+         * @param  \App\Models\User  $user
37
+         * @return mixed
38
+         */
39 39
     public function create(User $user)
40 40
     {
41 41
         return false;
Please login to merge, or discard this patch.
app/Actions/General/BuildNavbar.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -36,11 +36,11 @@
 block discarded – undo
36 36
                 'route' => route('customers.index'),
37 37
                 'icon'  => 'fas fa-user-tie',
38 38
             ],
39
- //           [
40
- //               'name'  => 'Tech Tips',
41
- //               'route' => '#',
42
- //               'icon'  => 'fas fa-tools',
43
- //           ],
39
+    //           [
40
+    //               'name'  => 'Tech Tips',
41
+    //               'route' => '#',
42
+    //               'icon'  => 'fas fa-tools',
43
+    //           ],
44 44
         ];
45 45
     }
46 46
 
Please login to merge, or discard this patch.