14 lines
243 B
PHP
14 lines
243 B
PHP
<?php
|
|
|
|
namespace Sikofitt\HathorBundle\Entity;
|
|
|
|
/**
|
|
* ArtistRepository
|
|
*
|
|
* This class was generated by the Doctrine ORM. Add your own custom
|
|
* repository methods below.
|
|
*/
|
|
class ArtistRepository extends \Doctrine\ORM\EntityRepository
|
|
{
|
|
}
|