Explorar o código

处理消息队列DS常量问题

evoxwht %!s(int64=4) %!d(string=hai) anos
pai
achega
0e91ad7340
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     }
 }