Completed
Push — master ( 117845...5631cc )
by Jimmy
14:06 queued 08:57
created
src/SsoServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
                     [
Please login to merge, or discard this patch.