Skip to content

Commit

Permalink
Register command
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Mar 6, 2023
1 parent 76eed20 commit 4df55a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/CollectorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

namespace Turbo124\Beacon;

use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Support\ServiceProvider;
use Turbo124\Beacon\Collector;
use Turbo124\Beacon\Jobs\BatchMetrics;
use Illuminate\Support\ServiceProvider;
use Turbo124\Beacon\Commands\ForceSend;
use Turbo124\Beacon\Commands\CountMetrics;
use Illuminate\Console\Scheduling\Schedule;
use Turbo124\Beacon\Commands\PurgeAnalytics;
use Turbo124\Beacon\Jobs\BatchMetrics;

class CollectorServiceProvider extends ServiceProvider
{
Expand All @@ -28,6 +29,7 @@ public function boot()
$this->commands([
ForceSend::class,
PurgeAnalytics::class,
CountMetrics::class,
]);
}
}
Expand Down

0 comments on commit 4df55a8

Please sign in to comment.