dyjh 6 년 전
부모
커밋
863ea0f0f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Admin/Controller.php

+ 1 - 1
app/Http/Controllers/Admin/Controller.php

xqd
@@ -38,7 +38,7 @@ abstract class Controller extends BaseController
 
     public function formatImgUrl($url){
        // echo substr($url, 0, 7);
-        //dd($url);
+        dd($url);
         if (substr($url, 0, 7) == 'http://' || substr($url, 0, 8) == 'https://') {
             if(substr($url, 0, 7) == 'http://'){
                 $url = str_replace('http://','https://',$url);