Example #1
0
 /**
  * @param string $key
  * @param string $value
  */
 public function create($key)
 {
     $this->keyValue->create(['key' => $key, 'value' => 1]);
 }