Skip to content
Snippets Groups Projects
Commit 9493d62d authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] CGL

parent 6459bcdc
No related branches found
No related tags found
1 merge request!1Feature sg mail
......@@ -36,23 +36,22 @@ class Mail extends AbstractEntity {
/**
* @var $mailContent
*/
protected $mailContent = null;
protected $mailContent = NULL;
/**
* @var $mailContent
*/
protected $toAddress = null;
protected $toAddress = NULL;
/**
* @var $mailContent
*/
protected $fromAddress = null;
protected $fromAddress = NULL;
/**
* @var $mailContent
*/
protected $isSent = null;
protected $isSent = NULL;
/**
* @var $mailContent
*/
protected $scheduledTime = null;
protected $scheduledTime = NULL;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment