initit date poll with duration
This commit is contained in:
Родитель
216778eebc
Коммит
1f6dba672b
|
@ -66,6 +66,9 @@ class Option extends Entity implements JsonSerializable {
|
|||
/** @var int $duration */
|
||||
protected $duration;
|
||||
|
||||
/** @var int $duration */
|
||||
protected $duration;
|
||||
|
||||
public function jsonSerialize() {
|
||||
if (intval($this->timestamp) > 0) {
|
||||
$timestamp = $this->timestamp;
|
||||
|
|
Загрузка…
Ссылка в новой задаче