From ad10a6467f76822b9289832eeb0d0ac2038b32d1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 30 Dec 2019 16:57:13 +0100 Subject: Strip down for simple app for Greek verb λύω --- .../Controllers/Auth/ForgotPasswordController.php | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 app/Http/Controllers/Auth/ForgotPasswordController.php (limited to 'app/Http/Controllers/Auth/ForgotPasswordController.php') diff --git a/app/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php deleted file mode 100644 index a36a6f4..0000000 --- a/app/Http/Controllers/Auth/ForgotPasswordController.php +++ /dev/null @@ -1,32 +0,0 @@ -middleware('guest'); - } -} -- cgit v1.2.3