예제 #1
0
파일: TagService.php 프로젝트: bakgat/notos
 public function allOfType($type)
 {
     return $this->tagRepo->allOfType($type);
 }