diff --git a/src/ValidableServiceProvider.php b/src/ValidableServiceProvider.php index c368c9c..a2d722f 100644 --- a/src/ValidableServiceProvider.php +++ b/src/ValidableServiceProvider.php @@ -14,7 +14,7 @@ class ValidableServiceProvider extends \Illuminate\Support\ServiceProvider public function boot() { $this->publishes([ - __DIR__ . '/config/config.php' => config_path('padosoft-notification.php') + __DIR__ . '/config/config.php' => config_path('laravel-validable.php') ], 'config'); }