Optimized membership attribute

This commit is contained in:
Kevin Frantz
2018-11-24 17:40:36 +01:00
parent ce6607fa1a
commit a64541a9ad
4 changed files with 133 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Repository;
use Doctrine\ORM\EntityRepository;
/**
* @author kevinfrantz
*/
class UserSourceRepository extends EntityRepository
{
}