Sfoglia il codice sorgente

处理消息队列DS常量问题

evoxwht 4 anni fa
parent
commit
0e91ad7340
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
     }
 }