소스 검색

Correctif EntityManager

tags/0.1
Guillaume 3 년 전
부모
커밋
199f16898b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      Doctrine/EntityManager.php
  2. +1
    -1
      Event/EntityManager/EntityManagerEvent.php

+ 1
- 1
Doctrine/EntityManager.php 파일 보기

@@ -5,7 +5,7 @@ namespace Lc\SovBundle\Doctrine;
use Doctrine\ORM\EntityManager as DoctrineEntityManager;
use Doctrine\ORM\EntityManagerInterface;
use Lc\SovBundle\Event\EntityManager\EntityManagerEvent;
use Lc\SovBundle\IModel\EntityInterface;
use Lc\SovBundle\Doctrine\EntityInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

/**

+ 1
- 1
Event/EntityManager/EntityManagerEvent.php 파일 보기

@@ -2,7 +2,7 @@

namespace Lc\SovBundle\Event\EntityManager;

use Lc\SovBundle\IModel\EntityInterface;
use Lc\SovBundle\Doctrine\EntityInterface;
use Symfony\Contracts\EventDispatcher\Event;

/**

Loading…
취소
저장