Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -32,7 +32,7 @@ class NewsletterOptionEntity {
|
||||
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\NewsletterOptionFieldEntity", inversedBy="options")
|
||||
* @var NewsletterOptionFieldEntity
|
||||
*/
|
||||
private $option_field;
|
||||
private $optionField;
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
|
Reference in New Issue
Block a user