Sfoglia il codice sorgente

UserPointSaleModel : correctif EntityInterface

packProduct
Guillaume 3 anni fa
parent
commit
fb1b1e35aa
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      Model/User/UserPointSaleModel.php

+ 2
- 1
Model/User/UserPointSaleModel.php Vedi File

@@ -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")

Loading…
Annulla
Salva