Completed
Push — master ( 83329d...934458 )
by Park Jong-Hun
03:08
created
app/Auth/PermissionManager/DatabasePermissionManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         $allPermission = $this->getAllPermission() ?: [];
24 24
         $operationKey = ArrayUtils::find($allPermission, $operation);
25 25
 
26
-        if($operationKey === false) {
26
+        if ($operationKey === false) {
27 27
             return null;
28 28
         }
29 29
 
Please login to merge, or discard this patch.
app/Auth/PermissionManager/FileBasePermissionManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     {
22 22
         $operationKey = ArrayUtils::find($this->permission, $operation);
23 23
 
24
-        if($operationKey === false) {
24
+        if ($operationKey === false) {
25 25
             return null;
26 26
         }
27 27
 
Please login to merge, or discard this patch.