11 lines
123 B
PHP
Raw Normal View History

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