Allow null values in device_push_id #148
This commit is contained in:
parent
2fa2ad964e
commit
59f41e5f55
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class MobileSession
|
|||
|
||||
// phone id
|
||||
/**
|
||||
* @ORM\Column(type="string", length=50)
|
||||
* @ORM\Column(type="string", length=50, nullable=true)
|
||||
*/
|
||||
protected $phone_id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue