We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca8c0b commit 5bf1bd2Copy full SHA for 5bf1bd2
tests/Fixtures/TestBundle/Entity/Comment.php
@@ -27,7 +27,7 @@ class Comment
27
private $id;
28
#[ORM\Column(type: 'text')]
29
public $comment;
30
- #[ORM\Column(type: 'datetime')]
+ #[ORM\Column(type: 'datetime_immutable')]
31
public $date;
32
#[ORM\ManyToOne(targetEntity: User::class)]
33
#[ORM\JoinColumn(nullable: false)]
tests/Fixtures/TestBundle/Entity/Program.php
@@ -27,7 +27,7 @@ class Program
#[ORM\Column]
public $name;
0 commit comments