Skip to content

Commit

Permalink
publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
manusiakemos committed May 23, 2024
1 parent 04dabd4 commit 306ffb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WirecrudServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public function boot(): void
__DIR__.'/Console/stubs' => base_path('stubs/vendor/manusiakemos/wirecrud'),
], 'wirecrud:stubs');

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

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

0 comments on commit 306ffb3

Please sign in to comment.