소스 검색

20221013 重新存取 utm 參數

LuluFJ.Ho 3 년 전
부모
커밋
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)