Use namespaced Doctrine annotations
[MAILPOET-2437]
This commit is contained in:
committed by
Jack Kitterhing
parent
f27946444e
commit
48802e47c4
@ -3,10 +3,11 @@
|
||||
namespace MailPoet\Doctrine\EntityTraits;
|
||||
|
||||
use DateTimeInterface;
|
||||
use MailPoetVendor\Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
trait UpdatedAtTrait {
|
||||
/**
|
||||
* @Column(type="datetimetz")
|
||||
* @ORM\Column(type="datetimetz")
|
||||
* @var DateTimeInterface
|
||||
*/
|
||||
private $updated_at;
|
||||
|
Reference in New Issue
Block a user