mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
use statements added and typehint updatedAt fixed
This commit is contained in:
parent
3e498c34e5
commit
fadf2d62b0
@ -9,7 +9,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|||||||
use Symfony\Component\Validator\Constraints as Assert;
|
use Symfony\Component\Validator\Constraints as Assert;
|
||||||
/**
|
/**
|
||||||
* @ORM\Entity
|
* @ORM\Entity
|
||||||
* @Table(schema="chill_asideactivity")
|
* @ORM\Table(schema="chill_asideactivity")
|
||||||
*/
|
*/
|
||||||
final class AsideActivity implements TrackUpdateInterface, TrackCreationInterface
|
final class AsideActivity implements TrackUpdateInterface, TrackCreationInterface
|
||||||
{
|
{
|
||||||
@ -132,7 +132,7 @@ final class AsideActivity implements TrackUpdateInterface, TrackCreationInterfac
|
|||||||
return $this->updatedAt;
|
return $this->updatedAt;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUpdatedAt(?\DateTimeImmutable $updatedAt): self
|
public function setUpdatedAt(\DateTimeInterface $updatedAt): self
|
||||||
{
|
{
|
||||||
$this->updatedAt = $updatedAt;
|
$this->updatedAt = $updatedAt;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user