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