Fix entities mistakes

[MAILPOET-2439]
This commit is contained in:
Pavel Dohnal
2019-10-30 13:21:37 +01:00
committed by Jack Kitterhing
parent 07214f9c87
commit bda3bd3f63
4 changed files with 2 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ class NewsletterLinkEntity {
/**
* @ORM\Column(type="string")
* @var string|null
* @var string
*/
private $hash;

View File

@@ -44,7 +44,7 @@ class StatisticsClickEntity {
/**
* @ORM\Column(type="integer")
* @var int|null
* @var int
*/
private $count;

View File

@@ -14,7 +14,6 @@ use MailPoetVendor\Doctrine\ORM\Mapping as ORM;
class StatisticsOpenEntity {
use AutoincrementedIdTrait;
use CreatedAtTrait;
use UpdatedAtTrait;
/**
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\NewsletterEntity")

View File

@@ -14,7 +14,6 @@ use MailPoetVendor\Doctrine\ORM\Mapping as ORM;
class StatisticsUnsubscribeEntity {
use AutoincrementedIdTrait;
use CreatedAtTrait;
use UpdatedAtTrait;
/**
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\NewsletterEntity")