From d44923d47763b792c7224a6f76457d76fb81b8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 21 Feb 2022 11:10:30 +0800 Subject: [PATCH] modify plugin name --- ServerCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ServerCommand.php b/ServerCommand.php index c489f5a..43e239a 100644 --- a/ServerCommand.php +++ b/ServerCommand.php @@ -85,7 +85,6 @@ class ServerCommand extends Command if (is_array($config)) foreach ($config as $key => $value) { scan_directory($value, $key); } - scan_directory(MODEL_PATH, 'app\Model'); } }