rename Instant to ZM

This commit is contained in:
crazywhalecc
2022-12-18 00:15:19 +08:00
parent 279956456c
commit 1173949bba
3 changed files with 17 additions and 14 deletions

View File

@@ -12,4 +12,4 @@ class_alias(\ZM\Annotation\OneBot\BotCommand::class, 'BotCommand');
class_alias(\ZM\Annotation\OneBot\BotEvent::class, 'BotEvent');
class_alias(\ZM\Annotation\OneBot\CommandArgument::class, 'CommandArgument');
class_alias(\ZM\Annotation\Closed::class, 'Closed');
class_alias(\ZM\Plugin\InstantPlugin::class, 'InstantPlugin');
class_alias(\ZM\Plugin\ZMPlugin::class, 'ZMPlugin');