Passed
Push — dev6 ( 547e26...d08fa1 )
by Ron
21:59
created
app/Policies/EquipmentTypePolicy.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
     use AllowTrait;
12 12
     use HandlesAuthorization;
13 13
 
14
-     /**
15
-     * Determine whether the user can create models
16
-     */
14
+        /**
15
+         * Determine whether the user can create models
16
+         */
17 17
     public function create(User $user)
18 18
     {
19 19
         return $this->checkPermission($user, 'Manage Equipment');
Please login to merge, or discard this patch.
app/Policies/EquipmentCategoryPolicy.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
     use HandlesAuthorization;
13 13
 
14 14
         /**
15
-     * Determine whether the user can create models
16
-     */
15
+         * Determine whether the user can create models
16
+         */
17 17
     public function create(User $user)
18 18
     {
19 19
         return $this->checkPermission($user, 'Manage Equipment');
Please login to merge, or discard this patch.