Use a better name for method
[MAILPOET-2439]
This commit is contained in:
committed by
Jack Kitterhing
parent
45eb3d39c2
commit
f1934ff880
@ -17,7 +17,7 @@ class StatsNotificationsRepository extends Repository {
|
||||
* @param int $newsletter_id
|
||||
* @return StatsNotificationEntity[]
|
||||
*/
|
||||
public function findAllForNewsletter($newsletter_id) {
|
||||
public function findByNewsletterId($newsletter_id) {
|
||||
return $this->doctrine_repository
|
||||
->createQueryBuilder('stn')
|
||||
->join('stn.task', 'tasks')
|
||||
|
Reference in New Issue
Block a user