add festival

This commit is contained in:
Kayn Ty 2018-04-05 15:05:32 +02:00
parent 884faf23af
commit e1bea2f9c8

View File

@ -0,0 +1,13 @@
<?php
namespace AppBundle\Repository;
/**
* FestivalRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class FestivalRepository extends \Doctrine\ORM\EntityRepository
{
}