2016-11-27 00:29:57 +00:00
|
|
|
<?php
|
2016-12-07 22:46:38 +00:00
|
|
|
|
2017-08-24 03:34:11 +01:00
|
|
|
namespace Pterodactyl\Contracts\Repository;
|
2016-11-27 00:29:57 +00:00
|
|
|
|
2017-08-24 03:34:11 +01:00
|
|
|
interface PermissionRepositoryInterface extends RepositoryInterface
|
2016-11-27 00:29:57 +00:00
|
|
|
{
|
|
|
|
}
|