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

[TASK] Fixing error with last sent field

parent 4ba23191
No related branches found
No related tags found
1 merge request!3New version 4 1
...@@ -299,7 +299,7 @@ class Mail extends AbstractEntity { ...@@ -299,7 +299,7 @@ class Mail extends AbstractEntity {
* @param int $sendingTime * @param int $sendingTime
*/ */
public function setSendingTime($sendingTime) { public function setSendingTime($sendingTime) {
$this->sendingTime = $sendingTime; $this->sendingTime = (int) $sendingTime;
} }
/** /**
......
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