瀏覽代碼

Merge branch 'develop'

master
Guillaume 2 年之前
父節點
當前提交
1d5cc01091
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      Model/User/UserPointSaleModel.php

+ 2
- 1
Model/User/UserPointSaleModel.php 查看文件

@@ -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…
取消
儲存