Move entities to Phrasea namespace

This commit is contained in:
Romain Neutron
2013-10-29 16:56:49 +01:00
parent 2dcbd2f985
commit baecfdceb3
222 changed files with 1138 additions and 1232 deletions

View File

@@ -18,7 +18,7 @@ use Alchemy\Phrasea\SearchEngine\SearchEngineResult;
use Alchemy\Phrasea\SearchEngine\SearchEngineSuggestion;
use Alchemy\Phrasea\Exception\RuntimeException;
use Doctrine\Common\Collections\ArrayCollection;
use Entities\FeedEntry;
use Alchemy\Phrasea\Model\Entities\FeedEntry;
use Symfony\Component\Process\ExecutableFinder;
use Symfony\Component\Process\Process;