dyjh 6 years ago
parent
commit
863ea0f0f2
1 changed files with 1 additions and 1 deletions
  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);