Skip to content

Commit

Permalink
Laravel 5.4 compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Feb 22, 2018
1 parent cb5de5a commit 36acca5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ public function boot()
*/
public function register()
{
$this->app['pushNotification'] = $this->app->share(function($app)
{
$this->app->singleton('pushNotification', function ($app) {
return new PushNotification();
});
}
Expand Down

0 comments on commit 36acca5

Please sign in to comment.