Skip to content

Commit

Permalink
style(EventServiceProvider.php): fix formatting and indentation in co…
Browse files Browse the repository at this point in the history
…nfigureEmailVerification method
  • Loading branch information
marco76tv committed Aug 20, 2024
1 parent fd0c533 commit 971710f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ class EventServiceProvider extends BaseEventServiceProvider
/**
* Configure the proper event listeners for email verification.
*/
<<<<<<< HEAD
protected function configureEmailVerification(): void {}
=======
protected function configureEmailVerification(): void
{
}
>>>>>>> 630c619 (.)
}

0 comments on commit 971710f

Please sign in to comment.