Skip to content

Commit

Permalink
fix add publish config file
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Sep 12, 2024
1 parent 4839c87 commit ff4de8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Providers/GoogleAdsenseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ public function boot(Router $router)
$this->publishes([
__DIR__.'/../Resources/views' => $this->app->resourcePath('themes/default/views'),
], 'GoogleAdsense');

// Publish config files
$this->publishes([
dirname(__DIR__) . '/Config/GoogleAdsense.php' => config_path('GoogleAdsense.php')
], 'GoogleAdsense');
}

}
Expand Down

0 comments on commit ff4de8e

Please sign in to comment.