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