示例#1
0
 /**
  * @param $id
  *
  * @return mixed
  */
 public function find($id)
 {
     return $this->tag->find($id);
 }