@@ -2,6 +2,7 @@ | |||
namespace Lc\CaracoleBundle\Model\Newsletter; | |||
use Doctrine\ORM\Mapping as ORM; | |||
use Doctrine\Common\Collections\ArrayCollection; | |||
use Doctrine\Common\Collections\Collection; | |||
use Lc\CaracoleBundle\Doctrine\Extension\FilterMerchantInterface; |
@@ -101,7 +101,6 @@ abstract class UserModel extends SovUserModel | |||
public function __construct() | |||
{ | |||
parent::__construct(); | |||
$this->addresses = new ArrayCollection(); | |||
$this->orders = new ArrayCollection(); | |||
$this->groupUsers = new ArrayCollection(); |