Skip to content

Commit 735f9df

Browse files
committed
Correção de nome de arquivo
1 parent b35cb7a commit 735f9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NotifyServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class NotifyServiceProvider extends ServiceProvider {
1919
public function boot()
2020
{
2121
$this->publishes([
22-
__DIR__ . '/config/config.php' => config_path('notify.php'),
22+
__DIR__ . '/config/notify.php' => config_path('notify.php'),
2323
__DIR__ . '/assets/fonts/themify.woff@-fvbane' => public_path('vendor/Notify/fonts/themify.woff@-fvbane'),
2424
__DIR__ . '/assets/jquery/jquery-3.2.1.min.js' => public_path('vendor/Notify/jquery/jquery-3.2.1.min.js'),
2525
__DIR__ . '/assets/pnotify/pnotify.custom.min.css' => public_path('vendor/Notify/toastr/toastr.min.css'),

0 commit comments

Comments
 (0)