@@ -17,7 +17,8 @@ public function handle(): int
1717 {
1818 $ this ->info ('Publishing migrations... ' );
1919 Artisan::call ('vendor:publish ' , [
20- '--tag ' => 'request-analytics-migrations ' ,
20+ '--provider ' => 'MeShaon \\RequestAnalytics \\RequestAnalyticsServiceProvider ' ,
21+ '--tag ' => 'laravel-request-analytics-migrations ' ,
2122 '--force ' => true ,
2223 ]);
2324 $ this ->line (Artisan::output ());
@@ -54,14 +55,16 @@ public function handle(): int
5455
5556 $ this ->info ('Publishing config... ' );
5657 Artisan::call ('vendor:publish ' , [
57- '--tag ' => 'request-analytics-config ' ,
58+ '--provider ' => 'MeShaon \\RequestAnalytics \\RequestAnalyticsServiceProvider ' ,
59+ '--tag ' => 'laravel-request-analytics-config ' ,
5860 '--force ' => (bool ) $ this ->option ('force ' ),
5961 ]);
6062 $ this ->line (Artisan::output ());
6163
6264 $ this ->info ('Publishing assets... ' );
6365 Artisan::call ('vendor:publish ' , [
64- '--tag ' => 'request-analytics-assets ' ,
66+ '--provider ' => 'MeShaon \\RequestAnalytics \\RequestAnalyticsServiceProvider ' ,
67+ '--tag ' => 'laravel-request-analytics-assets ' ,
6568 '--force ' => (bool ) $ this ->option ('force ' ),
6669 ]);
6770 $ this ->line (Artisan::output ());
0 commit comments