Passed
Push — develop ( 4f34e4...bfa5cf )
by yuuki
13:35 queued 33s
created
src/LogServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         $this->mergeConfigFrom($configPath, 'fluent');
38 38
         $this->publishes([$configPath => config_path('fluent.php')], 'log');
39 39
 
40
-        $this->app->bind('fluent.handler', function ($app) {
40
+        $this->app->bind('fluent.handler', function($app) {
41 41
             return new RegisterPushHandler(
42 42
                 $app['Psr\Log\LoggerInterface'], $app['config']->get('fluent')
43 43
             );
Please login to merge, or discard this patch.