Skip to content

Commit cf880e8

Browse files
committed
change config path
1 parent 225e2b0 commit cf880e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kawankoding/Fcm/Providers/FcmServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class FcmServiceProvider extends ServiceProvider
1414
public function boot()
1515
{
1616
$this->publishes([
17-
__DIR__.'/../resources/config/laravel-fcm.php' => config_path('laravel-fcm.php'),
17+
__DIR__.'/../../../../resources/config/laravel-fcm.php' => config_path('laravel-fcm.php'),
1818
]);
1919
}
2020

0 commit comments

Comments
 (0)