Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@ -34,7 +34,7 @@ class StatisticsClickEntity {
|
||||
* @ORM\Column(type="integer")
|
||||
* @var int|null
|
||||
*/
|
||||
private $subscriber_id;
|
||||
private $subscriberId;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\NewsletterLinkEntity", inversedBy="clicks")
|
||||
|
Reference in New Issue
Block a user