@@ -23,7 +23,7 @@ |
||
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 |
@@ -21,7 +21,7 @@ |
||
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 |