@@ -16,7 +16,7 @@ |
||
| 16 | 16 | 'middleware' => 'web', |
| 17 | 17 | 'prefix' => config('backpack.base.route_prefix'), |
| 18 | 18 | ], |
| 19 | - function () { |
|
| 19 | + function() { |
|
| 20 | 20 | // if not otherwise configured, setup the auth routes |
| 21 | 21 | if (config('backpack.base.setup_auth_routes')) { |
| 22 | 22 | // Authentication Routes... |