mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
cbcf62086f
Co-authored-by: DaneEveritt <dane@daneeveritt.com>
8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Contracts\Repository;
|
|
|
|
interface ApiPermissionRepositoryInterface extends RepositoryInterface
|
|
{
|
|
}
|