Ejemplo n.º 1
0
 /**
  * @param string $hash
  * @return int
  */
 public function id($hash)
 {
     return current($this->hashids->decrypt($hash));
 }