Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@ -33,6 +33,6 @@ class StatisticsOpenEntity {
|
||||
* @ORM\Column(type="integer")
|
||||
* @var int|null
|
||||
*/
|
||||
private $subscriber_id;
|
||||
private $subscriberId;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user