From 5269a15bcffe0a5084092fc61f445c0bee588baa Mon Sep 17 00:00:00 2001 From: Horus Date: Thu, 14 Jan 2021 12:09:03 +0100 Subject: Delete Laravel app. --- .../Controllers/Auth/VerificationController.php | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 app/Http/Controllers/Auth/VerificationController.php (limited to 'app/Http/Controllers/Auth/VerificationController.php') diff --git a/app/Http/Controllers/Auth/VerificationController.php b/app/Http/Controllers/Auth/VerificationController.php deleted file mode 100644 index 5e749af..0000000 --- a/app/Http/Controllers/Auth/VerificationController.php +++ /dev/null @@ -1,42 +0,0 @@ -middleware('auth'); - $this->middleware('signed')->only('verify'); - $this->middleware('throttle:6,1')->only('verify', 'resend'); - } -} -- cgit v1.2.3