mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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 Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
use Symfony\Component\Validator\Constraints as Assert;
|
||||
/**
|
||||
* @ORM\Entity
|
||||
*/
|
||||
@ -57,7 +57,7 @@ class AsideActivity
|
||||
private $date;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="time", nullable=true)
|
||||
* @ORM\Column(type="integer", nullable=true)
|
||||
*/
|
||||
private $duration;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user