mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Add a namespace to Phraseanet doctrine entities
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user