dyjh 6 vuotta sitten
vanhempi
commit
3deac63bef
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Helper/functions.inc.php

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

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