@@ -21,7 +21,7 @@ |
||
21 | 21 | { |
22 | 22 | $this->app['router']->group( |
23 | 23 | ['middleware' => $this->app['config']->get('services.discourse.middleware', ['web', 'auth'])], |
24 | - function (Router $router) { |
|
24 | + function(Router $router) { |
|
25 | 25 | $router->get( |
26 | 26 | $this->app['config']->get('services.discourse.route'), |
27 | 27 | [ |