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