modify plugin name

This commit is contained in:
2022-02-21 11:10:30 +08:00
parent 8497df9559
commit d44923d477
-1
View File
@@ -85,7 +85,6 @@ class ServerCommand extends Command
if (is_array($config)) foreach ($config as $key => $value) { if (is_array($config)) foreach ($config as $key => $value) {
scan_directory($value, $key); scan_directory($value, $key);
} }
scan_directory(MODEL_PATH, 'app\Model');
} }
} }