Ejemplo n.º 1
0
 public function findEntityLikes($entityType, $entityId)
 {
     return $this->likeDao->findByEntity($entityType, $entityId);
 }