Command 구조 일부 수정

This commit is contained in:
2018-09-30 03:04:20 +09:00
parent 98cfc8a748
commit 082c376dde
15 changed files with 156 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
namespace sammo\Command;
abstract class GeneralCommand extends BaseCommand{
};