@@ -37,7 +37,7 @@ |
||
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 | ); |