Skip to content

Commit 14b7cd0

Browse files
authored
Merge pull request #7 from albertomori/master
Modifica config
2 parents d2040c3 + f97ce24 commit 14b7cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ValidableServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ValidableServiceProvider extends \Illuminate\Support\ServiceProvider
1414
public function boot()
1515
{
1616
$this->publishes([
17-
__DIR__ . '/config/config.php' => config_path('padosoft-notification.php')
17+
__DIR__ . '/config/config.php' => config_path('laravel-validable.php')
1818
], 'config');
1919
}
2020

0 commit comments

Comments
 (0)