cbcf62086f
Co-authored-by: DaneEveritt <dane@daneeveritt.com>
7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Contracts\Repository;
|
|
|
|
interface ApiPermissionRepositoryInterface extends RepositoryInterface
|
|
{
|
|
}
|