@@ -17,9 +17,9 @@ |
||
| 17 | 17 | { |
| 18 | 18 | const PACKAGE_TYPE = 'yii2-extension'; |
| 19 | 19 | const EXTRA_FIELD = 'yuncms'; |
| 20 | - const MIGRATION_FILE = 'yuncms/migrations.php';//全局迁移 |
|
| 21 | - const TASK_FILE = 'yuncms/tasks.php';//计划任务 |
|
| 22 | - const EVENT_FILE = 'yuncms/events.php';//计划任务 |
|
| 20 | + const MIGRATION_FILE = 'yuncms/migrations.php'; //全局迁移 |
|
| 21 | + const TASK_FILE = 'yuncms/tasks.php'; //计划任务 |
|
| 22 | + const EVENT_FILE = 'yuncms/events.php'; //计划任务 |
|
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | 25 | * The vendor path. |