make sure that timezone is properly validated (#2663)
This commit is contained in:
@@ -140,6 +140,7 @@ class Timesheet implements EntityWithMetaFields, ExportItemInterface
|
||||
* @internal for storing the timezone of "begin" and "end" date
|
||||
*
|
||||
* @ORM\Column(name="timezone", type="string", length=64, nullable=false)
|
||||
* @Assert\Timezone
|
||||
*/
|
||||
private $timezone;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user