public function __construct($attributes = null) { parent::__construct($attributes); }
public function __construct($attributes = null) { parent::__construct($attributes); $this->now = Carbon::now(new \DateTimeZone(\Craft\craft()->getTimezone())); }