X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f0ed7af138b95f31354f8d5a37cb4cd27b902a75..ca46631d1280ea5c387ae40b0b9ad1f77cb4e1c0:/Entity/Slot.php

diff --git a/Entity/Slot.php b/Entity/Slot.php
index c5fcd86..116c29f 100644
--- a/Entity/Slot.php
+++ b/Entity/Slot.php
@@ -47,6 +47,9 @@ class Slot {
 	 * Constructor
 	 */
 	public function __construct() {
+		//Set defaults
+		$this->created = new \DateTime('now');
+		$this->updated = new \DateTime('now');
 		$this->sessions = new ArrayCollection();
 	}