Przeglądaj źródła

Correctifs

feature/ticket
Guillaume 3 lat temu
rodzic
commit
1b05213fb1
2 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -0
      Model/Newsletter/NewsletterModel.php
  2. +0
    -1
      Model/User/UserModel.php

+ 1
- 0
Model/Newsletter/NewsletterModel.php Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz