App\Http\Controllers\Front\Auth\ResetPasswordController::__construct PHP Méthode

__construct() public méthode

Create a new controller instance.
public __construct ( )
    public function __construct()
    {
        $this->middleware('guest');
    }