예제 #1
0
 public function getByTag($tag)
 {
     return $this->repository->findByTag($tag);
 }