From abeaa3ef38149acd445895d4f2c00e4f72ff4f01 Mon Sep 17 00:00:00 2001 From: skywalker Date: Mon, 29 May 2017 21:49:10 +0800 Subject: [PATCH] Update InstallCommand.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 我们认为对普通用户设限,不利于发展 --- vendor/flarum/core/src/Install/Console/InstallCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor/flarum/core/src/Install/Console/InstallCommand.php b/vendor/flarum/core/src/Install/Console/InstallCommand.php index e77232c6..b6092b3b 100644 --- a/vendor/flarum/core/src/Install/Console/InstallCommand.php +++ b/vendor/flarum/core/src/Install/Console/InstallCommand.php @@ -348,6 +348,8 @@ protected function enableBundledExtensions() 'flarum-pusher', 'antoinefr-money', "flagrow-bazaar", + "wiseclock-login2see", + "wiseclock-reply2see", ]; foreach ($extensions->getExtensions() as $name => $extension) {