Passed
Push — master ( f3a6d5...dbad92 )
by Luca
03:51 queued 02:08
created
src/MattermostServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             return new Driver($app);
53 53
         });
54 54
 
55
-        $this->app->bind('mattermost.server', function ($app) {
55
+        $this->app->bind('mattermost.server', function($app) {
56 56
             return $app['mattermost']->server();
57 57
         });
58 58
     }
Please login to merge, or discard this patch.