8 lines
64 B
PHP
8 lines
64 B
PHP
<?php
|
|
|
|
namespace Taxus;
|
|
|
|
interface PermissionGrantInterface
|
|
{
|
|
|
|
} |