2015-12-06 18:58:49 +00:00
|
|
|
<?php
|
|
|
|
|
2017-07-01 21:29:49 +01:00
|
|
|
namespace Pterodactyl\Contracts\Repository;
|
2015-12-06 18:58:49 +00:00
|
|
|
|
2020-09-13 19:29:47 +01:00
|
|
|
interface UserRepositoryInterface extends RepositoryInterface
|
2016-12-07 22:46:38 +00:00
|
|
|
{
|
2015-12-06 18:58:49 +00:00
|
|
|
}
|