Completed
Push — master ( 543d1b...cd452e )
by Song
02:54 queued 11s
created
src/Console/PermissionCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,12 +140,12 @@
 block discarded – undo
140 140
         switch ($permission) {
141 141
             case 'create':
142 142
             case 'list':
143
-                $http_path = '/' . $resource;
143
+                $http_path = '/'.$resource;
144 144
                 break;
145 145
             case 'edit':
146 146
             case 'delete':
147 147
             case 'view':
148
-                $http_path = '/' . $resource . '/*';
148
+                $http_path = '/'.$resource.'/*';
149 149
                 break;
150 150
             default:
151 151
                 $http_path = '';
Please login to merge, or discard this patch.