PteroTheme/app/Contracts/Repository/UserRepositoryInterface.php

8 lines
118 B
PHP
Raw Permalink Normal View History

<?php
namespace Pterodactyl\Contracts\Repository;
interface UserRepositoryInterface extends RepositoryInterface
2016-12-07 22:46:38 +00:00
{
}