Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -20,7 +20,7 @@ class UserFlagEntity {
|
||||
* @ORM\Column(type="integer")
|
||||
* @var int
|
||||
*/
|
||||
private $user_id;
|
||||
private $userId;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="string")
|
||||
|
Reference in New Issue
Block a user