Completed
Pull Request — master (#2250)
by
unknown
13:26
created
src/Extension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
                 'prefix' => config('admin.route.prefix'),
30 30
                 'domain' => config('admin.route.domain'),
31 31
             ],
32
-            function ($router) use ($callback) {
32
+            function($router) use ($callback) {
33 33
             $attributes = array_merge([
34 34
                 'middleware' => config('admin.route.middleware'),
35 35
             ], static::config('route', []));
Please login to merge, or discard this patch.