11 lines
128 B
PHP
Raw Normal View History

2018-09-06 16:57:54 +02:00
<?php
2018-09-12 23:25:22 +03:00
namespace Infinito\Repository;
2018-09-06 16:57:54 +02:00
/**
* @author kevinfrantz
*/
2019-01-16 20:40:15 +01:00
final class UserRepository extends AbstractRepository
2018-09-06 16:57:54 +02:00
{
}