We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d449f34 + 608dd6f commit 6373267Copy full SHA for 6373267
readme.md
@@ -27,7 +27,7 @@ $ composer require kawankoding/laravel-fcm
27
// config/app.php
28
'aliases' => [
29
...
30
- 'Fcm' => Kawankoding\Fcm\Fcm::class,
+ 'Fcm' => Kawankoding\Fcm\FcmFacade::class,
31
];
32
```
33
src/FcmServiceProvider.php
@@ -14,7 +14,7 @@ class FcmServiceProvider extends ServiceProvider
14
public function boot()
15
{
16
$this->publishes([
17
- __DIR__.'/../../../../resources/config/laravel-fcm.php' => config_path('laravel-fcm.php'),
+ __DIR__.'/../resources/config/laravel-fcm.php' => config_path('laravel-fcm.php'),
18
]);
19
}
20
0 commit comments