Completed
Push — master ( d20e98...cf62f1 )
by Xu
243:27 queued 203:23
created
src/helpers/RBACHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@
 block discarded – undo
230 230
             }
231 231
             return implode(' ', $result);
232 232
         }
233
-        return preg_replace_callback('/\\{([\w\-\/]+)\\}/', function ($matches) use ($user) {
233
+        return preg_replace_callback('/\\{([\w\-\/]+)\\}/', function($matches) use ($user) {
234 234
             return static::checkRoute($matches[1], [], $user) ? "{{$matches[1]}}" : '';
235 235
         }, $buttons);
236 236
     }
Please login to merge, or discard this patch.