mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 02:06:23 +02:00
15 lines
202 B
PHP
15 lines
202 B
PHP
<?php
|
|
|
|
namespace App\Repository\Source\Complex;
|
|
|
|
use App\Repository\AbstractRepository;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*
|
|
* @deprecated
|
|
*/
|
|
final class UserSourceRepository extends AbstractRepository
|
|
{
|
|
}
|