Skip to content

Commit

Permalink
Register the command
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Apr 25, 2021
1 parent 1f40a16 commit 91d9b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CollectorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Illuminate\Support\ServiceProvider;
use Turbo124\Beacon\Collector;
use Turbo124\Beacon\Commands\ForceSend;
use Turbo124\Beacon\Commands\PurgeAnalytics;
use Turbo124\Beacon\Jobs\BatchMetrics;

class CollectorServiceProvider extends ServiceProvider
Expand All @@ -26,6 +27,7 @@ public function boot()
if ($this->app->runningInConsole()) {
$this->commands([
ForceSend::class,
PurgeAnalytics::class,
]);
}
}
Expand Down

0 comments on commit 91d9b06

Please sign in to comment.