瀏覽代碼

20221013 重新存取 utm 參數

LuluFJ.Ho 2 年之前
父節點
當前提交
d3d079fb7f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php 查看文件

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