Skip to content

Commit

Permalink
fix publish tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanomatteo committed Oct 13, 2022
1 parent bf323bc commit d64fa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelCodiceFiscaleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__ . '/../config/config.php' => config_path('laravel-codice-fiscale.php'),
], 'laravel-codice-fiscale');
], 'config');

// Publishing the views.
/*$this->publishes([
Expand Down

0 comments on commit d64fa0f

Please sign in to comment.