chill-bundles/Repository/AbstractTaskRepository.php
2018-04-13 22:16:40 +02:00

14 lines
263 B
PHP

<?php
namespace Chill\TaskBundle\Repository;
/**
* AbstractTaskRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
abstract class AbstractTaskRepository extends \Doctrine\ORM\EntityRepository
{
}