Exemplo n.º 1
0
 /**
  * Perform the client put() method.
  *
  * @param string $path
  * @param string $data
  *
  * @return string|false
  */
 protected function put($path, $data)
 {
     return $this->client->put($path, $data);
 }