Test Setup Failed
Push — master ( 421d1a...ad1838 )
by Xu
03:49
created
src/composer/ManifestManager.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.