Remove debug code from review entity #730

This commit is contained in:
Ramon Gutierrez 2023-04-28 18:14:54 +08:00
parent 1261fc1d20
commit 1ed25d0a26

View file

@ -59,13 +59,6 @@ class Review
*/
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()
{
$this->date_create = new DateTime();