Skip to content

Commit

Permalink
Merge pull request #21 from erlangp/patch-2
Browse files Browse the repository at this point in the history
fix PSR-2 coding style
  • Loading branch information
sayaamirul authored May 10, 2019
2 parents fdc8399 + 03d4693 commit b51084b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FcmServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function boot()

public function register()
{
$this->app->singleton('fcm', function($app) {
return new Fcm;
$this->app->singleton('fcm', function ($app) {
return new Fcm();
});
}
}

0 comments on commit b51084b

Please sign in to comment.