3 namespace Oxbow\Http\Controllers\Auth;
5 use Oxbow\Http\Controllers\Controller;
6 use Illuminate\Foundation\Auth\ResetsPasswords;
8 class PasswordController extends Controller
11 |--------------------------------------------------------------------------
12 | Password Reset Controller
13 |--------------------------------------------------------------------------
15 | This controller is responsible for handling password reset requests
16 | and uses a simple trait to include this behavior. You're free to
17 | explore this trait and override any methods you wish to tweak.
24 * Create a new password controller instance.
28 public function __construct()
30 $this->middleware('guest');