Skip to content

Commit

Permalink
fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef20000 authored and youssef20000 committed Apr 9, 2019
1 parent 459ac29 commit 21cea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneSignalServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function register()
public function boot()
{
$this->publishes([
__DIR__.'onesignal.php' => config_path('onesignal.php')
__DIR__.'/onesignal.php' => config_path('onesignal.php')
], 'config');
}
}

0 comments on commit 21cea8c

Please # to comment.