Completed
Pull Request — master (#267)
by
unknown
02:16
created
src/routes/backpack/custom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,5 +14,5 @@
 block discarded – undo
14 14
     // 'middleware' => ['web', config('backpack.base.middleware_key', 'admin')],
15 15
     'middleware' => [config('backpack.base.middleware_key', 'admin')],
16 16
     'namespace'  => 'App\Http\Controllers\Admin',
17
-], function () { // custom admin routes
17
+], function() { // custom admin routes
18 18
 }); // this should be the absolute last line of this file
Please login to merge, or discard this patch.