Example #1
0
 public function findUserLikes($userId)
 {
     return $this->likeDao->findByUserId($userId);
 }