Skip to content

Commit

Permalink
fix: remove non-existing missing listener from EventServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
AxonC committed Feb 29, 2024
1 parent 645b437 commit b955b16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use App\Listeners\Discord\SetupDiscordUser;
use App\Listeners\NetworkData\FlushEndorsementCache;
use App\Listeners\Smartcars\EvaluateFlightCriteria;
use App\Listeners\Training\WaitingList\CheckAccountWaitingListEligibilityListener;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;

class EventServiceProvider extends ServiceProvider
Expand Down Expand Up @@ -41,7 +40,6 @@ class EventServiceProvider extends ServiceProvider
AtcSessionEnded::class => [
//AtcSessionRecordedSuccessNotification::class, // temporarily disabled
FlushEndorsementCache::class,
CheckAccountWaitingListEligibilityListener::class,
],

\App\Events\VisitTransfer\ApplicationSubmitted::class => [
Expand Down

0 comments on commit b955b16

Please sign in to comment.