mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
fix how to get task repository
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace Chill\TaskBundle\Repository;
|
||||
|
||||
use Chill\MainBundle\Entity\User;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Doctrine\ORM\QueryBuilder;
|
||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
||||
use Symfony\Component\Security\Core\Role\Role;
|
||||
@@ -11,9 +12,11 @@ use Doctrine\DBAL\Types\Type;
|
||||
use Chill\MainBundle\Entity\Center;
|
||||
|
||||
/**
|
||||
* SingleTaskRepository
|
||||
* Class SingleTaskRepository
|
||||
*
|
||||
* @package Chill\TaskBundle\Repository
|
||||
*/
|
||||
class SingleTaskRepository extends \Doctrine\ORM\EntityRepository
|
||||
class SingleTaskRepository extends EntityRepository
|
||||
{
|
||||
|
||||
const DATE_STATUS_ENDED = 'ended';
|
||||
|
Reference in New Issue
Block a user