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