Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@ -10,7 +10,7 @@ trait CreatedAtTrait {
|
||||
* @ORM\Column(type="datetimetz")
|
||||
* @var DateTimeInterface
|
||||
*/
|
||||
private $created_at;
|
||||
private $createdAt;
|
||||
|
||||
/** @return DateTimeInterface */
|
||||
public function getCreatedAt() {
|
||||
|
Reference in New Issue
Block a user