#44 Comment mapping fix.

This commit is contained in:
Alexey Skobkin 2018-04-27 17:56:37 +03:00
parent 7902f9b3ea
commit 5897555302
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Comment
/**
* @var int|null
*
* @ORM\Column(name="to_number", type="integer")
* @ORM\Column(name="to_number", type="integer", nullable=true)
*/
private $toNumber;