mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Refactored Repositories
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
namespace App\Repository\Source;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use App\Entity\Source\SourceInterface;
|
||||
use App\Domain\RequestManagement\RequestedSourceInterface;
|
||||
use App\Repository\AbstractRepository;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
final class SourceRepository extends EntityRepository implements SourceRepositoryInterface
|
||||
final class SourceRepository extends AbstractRepository implements SourceRepositoryInterface
|
||||
{
|
||||
public function findOneBySlug(string $slug): ?SourceInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user