dyjh il y a 6 ans
Parent
commit
bfe893414c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/Helper/functions.inc.php

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

xqd
@@ -217,6 +217,7 @@ function U ($url, $query = [])
     }
     $url .= isset($urlInfo['path']) ? $urlInfo['path'] : '';
     $url .= $queryString === '' ? '' : ($string . $queryString);
+    dd($url);
     return $url;
 }