Completed
Pull Request — master (#3559)
by jxlwqq
03:05
created
src/Console/PermissionCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
                 $http_path = '/'.$resource.'/*';
149 149
                 break;
150 150
             case 'list':
151
-                $http_path = '/'.$resource . '/*';
151
+                $http_path = '/'.$resource.'/*';
152 152
                 break;
153 153
             case 'view':
154 154
                 $http_path = '/'.$resource.'/*';
Please login to merge, or discard this patch.