Add a namespace to Phraseanet doctrine entities

This commit is contained in:
Romain Neutron
2014-02-18 18:53:38 +01:00
parent 094b3f5c9d
commit 2de870c3f9
120 changed files with 444 additions and 441 deletions

View File

@@ -50,7 +50,7 @@ class FtpExportRepository extends EntityRepository
public function findDoableExports()
{
$dql = 'SELECT f
FROM Alchemy\Phrasea\Model\Entities\FtpExport f
FROM Phraseanet:FtpExport f
INNER JOIN f.elements e
WHERE e.done = false';