mirror of
https://github.com/aoaostar/toolbox.git
synced 2025-12-30 00:25:33 +00:00
12 lines
129 B
PHP
12 lines
129 B
PHP
<?php
|
|
|
|
|
|
namespace permission;
|
|
|
|
|
|
use app\model\Plugin;
|
|
|
|
interface Permission
|
|
{
|
|
public static function check(Plugin $plugin);
|
|
} |