Convert Doctrine specific code to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -28,7 +28,7 @@ class NewslettersRepository extends Repository {
|
||||
->from(NewsletterEntity::class, 'n')
|
||||
->where('n.status = :status')
|
||||
->setParameter(':status', NewsletterEntity::STATUS_ACTIVE)
|
||||
->andWhere('n.deleted_at is null')
|
||||
->andWhere('n.deletedAt is null')
|
||||
->andWhere('n.type IN (:types)')
|
||||
->setParameter('types', $types)
|
||||
->orderBy('n.subject')
|
||||
|
Reference in New Issue
Block a user