버그 수정

This commit is contained in:
2019-04-24 02:36:50 +09:00
parent 8aa846b349
commit 300065504b
13 changed files with 160 additions and 232 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ abstract class BaseCommand{
protected $alternative = null;
static protected $isInitStatic = false;
static protected $isInitStatic = true;
protected static function initStatic(){
}