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'); } }