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/ResetPasswordController.php | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 app/Http/Controllers/Auth/ResetPasswordController.php (limited to 'app/Http/Controllers/Auth/ResetPasswordController.php') diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php deleted file mode 100644 index 98d1131..0000000 --- a/app/Http/Controllers/Auth/ResetPasswordController.php +++ /dev/null @@ -1,34 +0,0 @@ -middleware('guest'); - } -} -- cgit v1.2.3