Преглед на файлове

Correctifs modèles

feature/ticket
Guillaume преди 3 години
родител
ревизия
59c91ea9ef
променени са 4 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. +2
    -2
      Model/Merchant/MerchantModel.php
  2. +1
    -1
      Model/Order/OrderShopModel.php
  3. +1
    -1
      Model/PointSale/PointSaleModel.php
  4. +1
    -1
      Model/User/VisitorModel.php

+ 2
- 2
Model/Merchant/MerchantModel.php Целия файл

@@ -61,7 +61,7 @@ abstract class MerchantModel extends AbstractFullEntity
protected $productCategories;

/**
* @ORM\OneToMany(targetEntity="Lc\CaracoleBundle\Model\News\NewsInterface", mappedBy="merchant", orphanRemoval=true)
* @ORM\OneToMany(targetEntity="Lc\CaracoleBundle\Model\Site\NewsInterface", mappedBy="merchant", orphanRemoval=true)
*/
protected $news;

@@ -76,7 +76,7 @@ abstract class MerchantModel extends AbstractFullEntity
protected $newsletters;

/**
* @ORM\OneToMany(targetEntity="Lc\CaracoleBundle\Model\User\GroupUser", mappedBy="merchant")
* @ORM\OneToMany(targetEntity="Lc\CaracoleBundle\Model\User\GroupUserInterface", mappedBy="merchant")
*/
protected $groupUsers;


+ 1
- 1
Model/Order/OrderShopModel.php Целия файл

@@ -106,7 +106,7 @@ abstract class OrderShopModel extends AbstractLightEntity implements FilterMerch
protected $orderReductionCredits;

/**
* @ORM\ManyToMany(targetEntity="Lc\CaracoleBundle\Model\Order\DocumentInterface", inversedBy="orderShops")
* @ORM\ManyToMany(targetEntity="Lc\CaracoleBundle\Model\File\DocumentInterface", inversedBy="orderShops")
*/
protected $documents;


+ 1
- 1
Model/PointSale/PointSaleModel.php Целия файл

@@ -33,7 +33,7 @@ abstract class PointSaleModel extends AbstractFullEntity implements FilterMultip
protected $code;

/**
* @ORM\OneToMany(targetEntity="Lc\CaracoleBundle\Model\Pointsale\PointSaleDayInfoInterface", mappedBy="pointSale", orphanRemoval=true)
* @ORM\OneToMany(targetEntity="Lc\CaracoleBundle\Model\PointSale\PointSaleDayInfoInterface", mappedBy="pointSale", orphanRemoval=true)
*/
protected $pointSaleDayInfos;


+ 1
- 1
Model/User/VisitorModel.php Целия файл

@@ -33,7 +33,7 @@ abstract class VisitorModel
protected $totalVisit;

/**
* @ORM\OneToMany(targetEntity="Lc\CaracoleBundle\Model\Order\OrderShop", mappedBy="visitor")
* @ORM\OneToMany(targetEntity="Lc\CaracoleBundle\Model\Order\OrderShopInterface", mappedBy="visitor")
*/
protected $orders;


Loading…
Отказ
Запис