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