Procházet zdrojové kódy

Merge branch 'develop'

master
Guillaume před 2 roky
rodič
revize
1d5cc01091
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      Model/User/UserPointSaleModel.php

+ 2
- 1
Model/User/UserPointSaleModel.php Zobrazit soubor

@@ -4,12 +4,13 @@ namespace Lc\CaracoleBundle\Model\User;

use Doctrine\ORM\Mapping as ORM;
use Lc\CaracoleBundle\Model\PointSale\PointSaleInterface;
use Lc\SovBundle\Doctrine\EntityInterface;
use Lc\SovBundle\Model\User\UserInterface;

/**
* @ORM\MappedSuperclass
*/
abstract class UserPointSaleModel implements UserPointSaleInterface
abstract class UserPointSaleModel implements UserPointSaleInterface, EntityInterface
{
/**
* @ORM\ManyToOne(targetEntity="Lc\SovBundle\Model\User\UserInterface", inversedBy="userPointSales")

Načítá se…
Zrušit
Uložit