PersonaRepository.php
276 Bytes
<?php
namespace AppBundle\Entity;
use Doctrine\ORM\EntityRepository;
/**
* PersonaRepository
*
* This class was generated by the PhpStorm "Php Annotations" Plugin. Add your own custom
* repository methods below.
*/
class PersonaRepository extends EntityRepository
{
}