Gitamin\Http\Controllers\Auth\AuthController::__construct PHP Method

__construct() public method

Create a new authentication controller instance.
public __construct ( ) : void
return void
    public function __construct()
    {
        $this->middleware('guest', ['except' => ['logout', 'getLogout']]);
    }