7 lines
118 B
PHP
7 lines
118 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Contracts\Repository;
|
|
|
|
interface UserRepositoryInterface extends RepositoryInterface
|
|
{
|
|
}
|