Преглед изворни кода

处理消息队列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);
     }
 }