mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-05 19:51:59 +02:00
8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Contracts\Repository;
|
|
|
|
interface ApiPermissionRepositoryInterface extends RepositoryInterface
|
|
{
|
|
}
|