api.emotionhero.com/src/Models/GameRepository.php

9 lines
123 B
PHP
Raw Normal View History

2016-09-01 10:15:17 +00:00
<?php
namespace EmotionHero\Models;
use Doctrine\ORM\EntityRepository;
2016-09-01 10:26:33 +00:00
class GameRepository extends EntityRepository
2016-09-01 10:15:17 +00:00
{
}