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