Bläddra i källkod

Correctifs

feature/ticket
Guillaume 3 år sedan
förälder
incheckning
1b05213fb1
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -0
      Model/Newsletter/NewsletterModel.php
  2. +0
    -1
      Model/User/UserModel.php

+ 1
- 0
Model/Newsletter/NewsletterModel.php Visa fil

@@ -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;

+ 0
- 1
Model/User/UserModel.php Visa fil

@@ -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();

Laddar…
Avbryt
Spara