1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00
Pterodactyl-Panel/app/Contracts/Repository/UserRepositoryInterface.php
2020-09-13 12:37:59 -07:00

8 lines
118 B
PHP

<?php
namespace Pterodactyl\Contracts\Repository;
interface UserRepositoryInterface extends RepositoryInterface
{
}