浏览代码

处理消息队列DS常量问题

evoxwht 4 年之前
父节点
当前提交
0e91ad7340
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crmeb/app/AppService.php

+ 1 - 1
crmeb/app/AppService.php

@@ -26,6 +26,6 @@ class AppService extends Service
 
     public function boot()
     {
-
+        defined('DS') || define('DS', DIRECTORY_SEPARATOR);
     }
 }