mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-18 06:43:09 +00:00
Refactored Repositories
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Repository\Source\Complex;
|
||||
|
||||
use App\Repository\AbstractRepository;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
final class UserSourceRepository extends AbstractRepository
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user