diff --git a/src/Providers/AnalyticsServiceProvider.php b/src/Providers/AnalyticsServiceProvider.php index 7a416a4..3087b5c 100644 --- a/src/Providers/AnalyticsServiceProvider.php +++ b/src/Providers/AnalyticsServiceProvider.php @@ -28,12 +28,12 @@ public function register(): void public function boot() { + $this->publishFiles(); + $this->registerRouter(); $this->registerMigrate(); - $this->publishFiles(); - $this->registerCommands(); $this->starting();