moonsflyer 9 kuukautta sitten
vanhempi
commit
3a4b14348d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      app/common/service/sms/SmsDriver.php

+ 1 - 0
app/common/service/sms/SmsDriver.php

@@ -75,6 +75,7 @@ class SmsDriver
             }
             $this->defaultEngine = $defaultEngine;
             $classSpace = __NAMESPACE__ . '\\engine\\' . ucfirst(strtolower($defaultEngine)) . 'Sms';
+            outFileLog($classSpace,'noticeLogic','$classSpace');
             if (!class_exists($classSpace)) {
                 throw new \Exception('没有相应的短信驱动类');
             }