Skip to content

Commit

Permalink
namespaceの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Apr 12, 2017
1 parent aa58ef4 commit 2f7716c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Eccube/Entity/Event/EntityEventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\Event\LifecycleEventArgs;
use Doctrine\ORM\Events;
use Eccube\Entity\Event\Annotations\TargetEntity;
use Eccube\Entity\Event\Annotations\TargetEvent;
use Eccube\Annotation\TargetEntity;
use Eccube\Annotation\TargetEvent;

class EntityEventDispatcher
{
Expand Down

0 comments on commit 2f7716c

Please sign in to comment.