We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35cb7a commit 735f9dfCopy full SHA for 735f9df
src/NotifyServiceProvider.php
@@ -19,7 +19,7 @@ class NotifyServiceProvider extends ServiceProvider {
19
public function boot()
20
{
21
$this->publishes([
22
- __DIR__ . '/config/config.php' => config_path('notify.php'),
+ __DIR__ . '/config/notify.php' => config_path('notify.php'),
23
__DIR__ . '/assets/fonts/themify.woff@-fvbane' => public_path('vendor/Notify/fonts/themify.woff@-fvbane'),
24
__DIR__ . '/assets/jquery/jquery-3.2.1.min.js' => public_path('vendor/Notify/jquery/jquery-3.2.1.min.js'),
25
__DIR__ . '/assets/pnotify/pnotify.custom.min.css' => public_path('vendor/Notify/toastr/toastr.min.css'),
0 commit comments