Fix Doctrine annotation on SubscriberEntity
[MAILPOET-2574]
This commit is contained in:
committed by
Jack Kitterhing
parent
e784b120b6
commit
f3400fe0f5
@ -99,7 +99,7 @@ class SubscriberEntity {
|
||||
private $source = 'unknown';
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="int")
|
||||
* @ORM\Column(type="integer")
|
||||
* @var int
|
||||
*/
|
||||
private $count_confirmations = 0;
|
||||
|
Reference in New Issue
Block a user