Merge branch 'master' of gitlab.com:jankstudio/resq into 229-create-test-scripts
This commit is contained in:
commit
c41b60632d
1 changed files with 0 additions and 3 deletions
|
|
@ -150,21 +150,18 @@ class Customer
|
|||
/**
|
||||
* @ORM\ManyToOne(targetEntity="PrivacyPolicy", inversedBy="cust_mobile_app")
|
||||
* @ORM\JoinColumn(name="policy_mobile_app_id", referencedColumnName="id")
|
||||
* @Assert\NotBlank()
|
||||
*/
|
||||
protected $privpol_mobile_app;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="PrivacyPolicy", inversedBy="cust_third_party")
|
||||
* @ORM\JoinColumn(name="policy_third_party_id", referencedColumnName="id")
|
||||
* @Assert\NotBlank()
|
||||
*/
|
||||
protected $privpol_third_party;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="PrivacyPolicy", inversedBy="cust_promo")
|
||||
* @ORM\JoinColumn(name="policy_promo_id", referencedColumnName="id")
|
||||
* @Assert\NotBlank()
|
||||
*/
|
||||
protected $privpol_promo;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue