Skip to content

Commit

Permalink
Merge pull request #6 from JayBizzle/patch-1
Browse files Browse the repository at this point in the history
Update for Laravel 5.4
  • Loading branch information
Cherry-Pie authored Feb 8, 2017
2 parents 611f8aa + 48a1740 commit f8fa256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function register()
'config/yaro.log-envelope.php',
]);

$this->app['yaro.log-envelope'] = $this->app->share(function ($app) {
$this->app->singleton('yaro.log-envelope', function ($app) {
return new LogEnvelope();
});
}
Expand Down

0 comments on commit f8fa256

Please sign in to comment.