Skip to content

Commit

Permalink
Added additional spaces to single line comments in line with the lint
Browse files Browse the repository at this point in the history
configuration
  • Loading branch information
detheridge02 committed Feb 12, 2025
1 parent 33ca5b7 commit 209a05f
Show file tree
Hide file tree
Showing 4 changed files with 552 additions and 552 deletions.
4 changes: 2 additions & 2 deletions app/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ class EventServiceProvider extends ServiceProvider
],

\App\Events\Mship\Feedback\NewFeedbackEvent::class => [
//\App\Listeners\Mship\Feedback\NotifyOfNewFeedback::class,
// \App\Listeners\Mship\Feedback\NotifyOfNewFeedback::class,
],

AtcSessionEnded::class => [
//AtcSessionRecordedSuccessNotification::class, // temporarily disabled
// AtcSessionRecordedSuccessNotification::class,
FlushEndorsementCache::class,
],

Expand Down
Loading

0 comments on commit 209a05f

Please sign in to comment.