14 lines
238 B
PHP

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