Skip to content

Commit

Permalink
Merge pull request #7 from albertomori/master
Browse files Browse the repository at this point in the history
Modifica config
  • Loading branch information
lopadova authored Jun 24, 2022
2 parents d2040c3 + f97ce24 commit 14b7cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValidableServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 14b7cd0

Please sign in to comment.