From 49b513a7ef8dcb684e3d6c46136bd54714a980f8 Mon Sep 17 00:00:00 2001 From: Chi Date: Mon, 1 May 2017 22:58:25 +0500 Subject: [PATCH] Fixed wrong alias of pm-info command (#2730) --- src/Commands/LegacyCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/LegacyCommands.php b/src/Commands/LegacyCommands.php index 684a6360f7..472d1a683c 100644 --- a/src/Commands/LegacyCommands.php +++ b/src/Commands/LegacyCommands.php @@ -15,7 +15,7 @@ public function disable() { /** * @command pm-info - * @aliases dis + * @aliases pmi * @hidden */ public function info() {