Selaa lähdekoodia

20221013 重新存取 utm 參數

LuluFJ.Ho 2 vuotta sitten
vanhempi
commit
d3d079fb7f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php Näytä tiedosto

@@ -153,7 +153,7 @@ class SeminarSignUpService
153 153
 
154 154
     public function updateUTMData($id, $data) 
155 155
     {
156
-        Log::info(print_r($data, true));
156
+        \Log::info(print_r($data, true));
157 157
         return;
158 158
         $res = $this->signupDb
159 159
             ->where('id', $id)