From f3400fe0f534a8aa2040db15844aafd26c25170f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Thu, 19 Dec 2019 10:48:36 +0100 Subject: [PATCH] Fix Doctrine annotation on SubscriberEntity [MAILPOET-2574] --- lib/Entities/SubscriberEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Entities/SubscriberEntity.php b/lib/Entities/SubscriberEntity.php index 815a7200d1..223e4cf1ce 100644 --- a/lib/Entities/SubscriberEntity.php +++ b/lib/Entities/SubscriberEntity.php @@ -99,7 +99,7 @@ class SubscriberEntity { private $source = 'unknown'; /** - * @ORM\Column(type="int") + * @ORM\Column(type="integer") * @var int */ private $count_confirmations = 0;