We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2040c3 + f97ce24 commit 14b7cd0Copy full SHA for 14b7cd0
src/ValidableServiceProvider.php
@@ -14,7 +14,7 @@ class ValidableServiceProvider extends \Illuminate\Support\ServiceProvider
14
public function boot()
15
{
16
$this->publishes([
17
- __DIR__ . '/config/config.php' => config_path('padosoft-notification.php')
+ __DIR__ . '/config/config.php' => config_path('laravel-validable.php')
18
], 'config');
19
}
20
0 commit comments