diff --git a/app/functions.php b/app/functions.php index 9f532f3..0cdd7ae 100644 --- a/app/functions.php +++ b/app/functions.php @@ -84,8 +84,6 @@ if (!function_exists('url')) { if (!Str::startsWith($url, '/')) { $url = DIRECTORY_SEPARATOR . $url; - }else{ - return $url . $vars; } return $app == 'index' ? $url . $vars : '/' . $app . $url . $vars;