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