mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Move entities to Phrasea namespace
This commit is contained in:
@@ -10,7 +10,7 @@ class ValidationParticipantRepositoryTest extends PhraseanetPHPUnitAuthenticated
|
||||
));
|
||||
|
||||
$em = self::$DI['app']['EM'];
|
||||
$repo = $em->getRepository('\Entities\ValidationParticipant');
|
||||
$repo = $em->getRepository('\Alchemy\Phrasea\Model\Entities\ValidationParticipant');
|
||||
/* @var $repo \Repositories\ValidationParticipantRepository */
|
||||
$expireDate = new \DateTime('+2 days');
|
||||
$participants = $repo->findNotConfirmedAndNotRemindedParticipantsByExpireDate($expireDate);
|
||||
|
Reference in New Issue
Block a user