Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9f2fe586 authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

.

parent a92bb074
No related branches found
No related tags found
No related merge requests found
......@@ -37,14 +37,14 @@ class Meeting
/**
* @var string $date
*
* @ORM\Column(name="date", type="string", length=10 , nullable=true)
* @ORM\Column(name="date", type="string", length=255 , nullable=true)
*/
private $date;
/**
* @var string $time
*
* @ORM\Column(name="time", type="string", length=5 , nullable=true)
* @ORM\Column(name="time", type="string", length=255 , nullable=true)
*/
private $time;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment