Owl\Http\Controllers\AuthController::__construct PHP Method

__construct() public method

public __construct ( AuthService $authService, UserService $userService )
$authService Owl\Services\AuthService
$userService Owl\Services\UserService
    public function __construct(AuthService $authService, UserService $userService)
    {
        $this->authService = $authService;
        $this->userService = $userService;
    }