Replace method handler with class

parent b9dbd248
......@@ -39,7 +39,7 @@ class TyposClient
$this->server = new Server();
$procedureHandler = $this->server->getProcedureHandler();
$procedureHandler->withClassAndMethod("fixTypo", $this->interface);
$procedureHandler->withObject($this->interface);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment