mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-21 20:24:07 +02:00
11 lines
128 B
PHP
11 lines
128 B
PHP
<?php
|
|
|
|
namespace Infinito\Repository;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
final class UserRepository extends AbstractRepository
|
|
{
|
|
}
|