mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
14 lines
238 B
PHP
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
|
|
{
|
|
}
|