Convert variable names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -21,7 +21,7 @@ class SubscribersRepository extends Repository {
|
||||
* @return int
|
||||
*/
|
||||
public function getTotalSubscribers() {
|
||||
$query = $this->entity_manager
|
||||
$query = $this->entityManager
|
||||
->createQueryBuilder()
|
||||
->select('count(n.id)')
|
||||
->from(SubscriberEntity::class, 'n')
|
||||
|
Reference in New Issue
Block a user