Fix Doctrine annotation on SubscriberEntity

[MAILPOET-2574]
This commit is contained in:
Jan Jakeš
2019-12-19 10:48:36 +01:00
committed by Jack Kitterhing
parent e784b120b6
commit f3400fe0f5

View File

@ -99,7 +99,7 @@ class SubscriberEntity {
private $source = 'unknown';
/**
* @ORM\Column(type="int")
* @ORM\Column(type="integer")
* @var int
*/
private $count_confirmations = 0;