klein0r/affiliate-dashboard

View on GitHub
src/AffiliateDashboardBundle/Repository/BlogpostRepository.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AffiliateDashboardBundle\Repository;

/**
 * BlogpostRepository
 *
 * This class was generated by the Doctrine ORM. Add your own custom
 * repository methods below.
 */
class BlogpostRepository extends \Doctrine\ORM\EntityRepository
{
}