Remove debug code from review entity #730
This commit is contained in:
parent
1261fc1d20
commit
1ed25d0a26
1 changed files with 0 additions and 7 deletions
|
|
@ -59,13 +59,6 @@ class Review
|
||||||
*/
|
*/
|
||||||
protected $customer_session;
|
protected $customer_session;
|
||||||
|
|
||||||
// customer user sent review
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToOne(targetEntity="MobileSession", inversedBy="reviews")
|
|
||||||
* @ORM\JoinColumn(name="mobile_session_id", referencedColumnName="id")
|
|
||||||
*/
|
|
||||||
protected $customer;
|
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->date_create = new DateTime();
|
$this->date_create = new DateTime();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue