コード例 #1
0
ファイル: TagService.php プロジェクト: bakgat/notos
 public function allOfType($type)
 {
     return $this->tagRepo->allOfType($type);
 }