diff options
| author | Horus | 2021-01-14 12:09:03 +0100 |
|---|---|---|
| committer | Horus | 2021-01-14 12:09:03 +0100 |
| commit | 5269a15bcffe0a5084092fc61f445c0bee588baa (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /app/Http/Controllers/Auth/ConfirmPasswordController.php | |
| parent | 0e92c9d4bcf6c3fb422493cd6b44eeced1219c06 (diff) | |
| download | zeitumstellung-5269a15bcffe0a5084092fc61f445c0bee588baa.tar.gz | |
Delete Laravel app.
Diffstat (limited to 'app/Http/Controllers/Auth/ConfirmPasswordController.php')
| -rw-r--r-- | app/Http/Controllers/Auth/ConfirmPasswordController.php | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app/Http/Controllers/Auth/ConfirmPasswordController.php b/app/Http/Controllers/Auth/ConfirmPasswordController.php deleted file mode 100644 index 138c1f0..0000000 --- a/app/Http/Controllers/Auth/ConfirmPasswordController.php +++ /dev/null @@ -1,40 +0,0 @@ -<?php - -namespace App\Http\Controllers\Auth; - -use App\Http\Controllers\Controller; -use App\Providers\RouteServiceProvider; -use Illuminate\Foundation\Auth\ConfirmsPasswords; - -class ConfirmPasswordController extends Controller -{ - /* - |-------------------------------------------------------------------------- - | Confirm Password Controller - |-------------------------------------------------------------------------- - | - | This controller is responsible for handling password confirmations and - | uses a simple trait to include the behavior. You're free to explore - | this trait and override any functions that require customization. - | - */ - - use ConfirmsPasswords; - - /** - * Where to redirect users when the intended url fails. - * - * @var string - */ - protected $redirectTo = RouteServiceProvider::HOME; - - /** - * Create a new controller instance. - * - * @return void - */ - public function __construct() - { - $this->middleware('auth'); - } -} |
