App\Http\Controllers\Back\Auth\ForgotPasswordController::__construct PHP Метод

__construct() публичный Метод

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