Browse Source

UserPointSaleModel : correctif EntityInterface

packProduct
Guillaume 2 years ago
parent
commit
fb1b1e35aa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Model/User/UserPointSaleModel.php

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



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


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

Loading…
Cancel
Save