mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
changed duration type into integer
This commit is contained in:
parent
84dc5bd881
commit
ff58816ee0
@ -4,7 +4,7 @@ namespace Chill\AsideActivityBundle\Entity;
|
|||||||
|
|
||||||
use Chill\MainBundle\Entity\User;
|
use Chill\MainBundle\Entity\User;
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
use Doctrine\ORM\Mapping as ORM;
|
||||||
|
use Symfony\Component\Validator\Constraints as Assert;
|
||||||
/**
|
/**
|
||||||
* @ORM\Entity
|
* @ORM\Entity
|
||||||
*/
|
*/
|
||||||
@ -57,7 +57,7 @@ class AsideActivity
|
|||||||
private $date;
|
private $date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\Column(type="time", nullable=true)
|
* @ORM\Column(type="integer", nullable=true)
|
||||||
*/
|
*/
|
||||||
private $duration;
|
private $duration;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user