@@ -25,7 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | $router = $this->app['router']; |
| 27 | 27 | |
| 28 | - $router->macro('demoAccess', function ($url) use ($router) { |
|
| 28 | + $router->macro('demoAccess', function($url) use ($router) { |
|
| 29 | 29 | if (!config('demo-mode.enabled') || config('demo-mode.strict_mode')) { |
| 30 | 30 | return; |
| 31 | 31 | } |