Skip to content

Commit 03d4693

Browse files
authored
Update FcmServiceProvider.php
1 parent 54495b6 commit 03d4693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FcmServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public function boot()
2020

2121
public function register()
2222
{
23-
$this->app->singleton('fcm', function($app) {
24-
return new Fcm;
23+
$this->app->singleton('fcm', function ($app) {
24+
return new Fcm();
2525
});
2626
}
2727
}

0 commit comments

Comments
 (0)