Example #1
0
 /**
  * Runs the response binary and returns the new data.
  *
  * @param string $hash
  * @return array
  */
 public function response($hash)
 {
     return $this->client->callResponse($hash);
 }