dyjh 6 년 전
부모
커밋
9affe30a9d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Helper/functions.inc.php

+ 1 - 0
app/Helper/functions.inc.php

xqd
@@ -69,6 +69,7 @@ if (! function_exists('imageToCircle')) {
     function imageToCircle($url)
     {
         $ext = pathinfo($url);
+        dd($ext);
         $src_img = null;
         switch ($ext['extension']) {
             case 'jpg':