Explorar el Código

处理消息队列DS常量问题

evoxwht hace 4 años
padre
commit
0e91ad7340
Se han modificado 1 ficheros con 1 adiciones y 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);
     }
 }