Преглед изворни кода

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…
Откажи
Сачувај