Skip to content

Commit

Permalink
bugs fixed config tag
Browse files Browse the repository at this point in the history
  • Loading branch information
manusiakemos committed May 23, 2024
1 parent 306ffb3 commit 0ac525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WirecrudServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function boot(): void

$this->publishes([
__DIR__.'/../config/config.php' => config_path('wirecrud.php'),
], 'config');
], 'wirecrud:config');

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

0 comments on commit 0ac525b

Please sign in to comment.