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