Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Oct 4, 2013
1 parent f16afc6 commit ac22514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adapter/ORM/DoctrineORMAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Vich\UploaderBundle\Adapter\AdapterInterface;
use Doctrine\Common\EventArgs;
use Doctrine\ORM\Proxy\Proxy;
use Doctrine\Common\Persistence\Proxy;

/**
* DoctrineORMAdapter.
Expand Down
2 changes: 1 addition & 1 deletion Tests/DummyEntityProxyORM.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Vich\UploaderBundle\Tests;

use Doctrine\ORM\Proxy\Proxy;
use Doctrine\Common\Persistence\Proxy;

/**
* DummyEntityProxyORM.
Expand Down

0 comments on commit ac22514

Please sign in to comment.