songdb 6 년 전
부모
커밋
fbd3a75005
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Wap/Subscribe/SubscribeController.php

+ 1 - 1
app/Http/Controllers/Wap/Subscribe/SubscribeController.php

@@ -130,6 +130,6 @@ class SubscribeController extends BaseController
 
         $head_img = array_random($head_img_pool);
 
-        return view('wap.user-sub-info',compact('head_img','img','title'));
+        return view('wap.userSubInfo',compact('head_img','img','title'));
     }
 }