Skip to content

Commit

Permalink
use classlookup from utilitiesbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
daanporon committed Oct 9, 2012
1 parent 238ba75 commit 72f793a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions EventListener/DoctrineMediaListener.php
Expand Up @@ -2,11 +2,12 @@

namespace Kunstmaan\MediaBundle\EventListener;

use Kunstmaan\MediaBundle\Entity\Media;
use Kunstmaan\MediaBundle\Helper\MediaManager;
use Doctrine\ORM\Event\LifecycleEventArgs;
use Doctrine\ORM\Event\PreUpdateEventArgs;
use Kunstmaan\AdminBundle\Helper\ClassLookup;

use Kunstmaan\MediaBundle\Entity\Media;
use Kunstmaan\MediaBundle\Helper\MediaManager;
use Kunstmaan\UtilitiesBundle\Helper\ClassLookup;

/**
* DoctrineMediaListener
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -18,6 +18,7 @@
"symfony/symfony": "2.1.*",
"doctrine/doctrine-fixtures-bundle": "2.1.*",
"kunstmaan/admin-bundle": "dev-master",
"kunstmaan/utilities-bundle": "*",
"stof/doctrine-extensions-bundle": "dev-master",
"liip/imagine-bundle": "*",
"knplabs/knp-gaufrette-bundle": "*",
Expand Down

0 comments on commit 72f793a

Please sign in to comment.