diff --git a/src/My.php b/src/My.php index 918bab0..ea37df3 100644 --- a/src/My.php +++ b/src/My.php @@ -15,5 +15,8 @@ use Dotclear\Module\MyPlugin; */ class My extends MyPlugin { - // use default permissions + protected static function checkCustomContext(int $context): ?bool + { + return true; + } }