modify plugin name

This commit is contained in:
2022-02-21 14:18:34 +08:00
parent 7564a8229f
commit fa66eef192
-1
View File
@@ -211,7 +211,6 @@ class HotReload extends Command
$this->stopServer();
$this->process = new Process(function (Process $process) {
scan_directory(MODEL_PATH, 'app\Model');
$config = Config::get('scanner', []);
if (is_array($config)) foreach ($config as $key => $value) {
scan_directory($value, $key);