Skip to content

Commit

Permalink
fix AnalyticsServiceProvider publish files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashagm committed Dec 7, 2023
1 parent bbcf580 commit 0fa98d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/AnalyticsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ public function register(): void
public function boot()
{

$this->publishFiles();

$this->registerRouter();

$this->registerMigrate();

$this->publishFiles();

$this->registerCommands();

$this->starting();
Expand Down

0 comments on commit 0fa98d3

Please sign in to comment.