diff --git a/app/Http/Controllers/Auth/VerificationController.php b/app/Http/Controllers/Auth/VerificationController.php index 43a8492..b5d8ba3 100644 --- a/app/Http/Controllers/Auth/VerificationController.php +++ b/app/Http/Controllers/Auth/VerificationController.php @@ -39,4 +39,4 @@ public function __construct() $this->middleware('signed')->only('verify'); $this->middleware('throttle:6,1')->only('verify', 'resend'); } -} \ No newline at end of file +} diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index a64fc4c..6c64e52 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -31,4 +31,4 @@ public function boot() // } -} \ No newline at end of file +} diff --git a/config/app.php b/config/app.php index 305f8f5..4f6c357 100644 --- a/config/app.php +++ b/config/app.php @@ -212,4 +212,4 @@ ], -]; \ No newline at end of file +];