We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a5910 commit 94fe4e9Copy full SHA for 94fe4e9
2 files changed
Entity/TicketMessage.php
@@ -68,7 +68,6 @@ class TicketMessage implements TicketMessageInterface
68
*/
69
protected $createdAt;
70
71
-
72
public function __construct()
73
{
74
$this->setCreatedAt(new \DateTime());
Model/TicketInterface.php
@@ -159,6 +159,7 @@ public function getCreatedAt();
159
* @return $this
160
161
public function setSubject($subject);
162
+
163
/**
164
* Get ticket subject.
165
*
0 commit comments