diff --git a/src/Illuminate/Foundation/helpers.php b/src/Illuminate/Foundation/helpers.php index 11a1799382a4..b07dd8800777 100644 --- a/src/Illuminate/Foundation/helpers.php +++ b/src/Illuminate/Foundation/helpers.php @@ -583,7 +583,7 @@ function mix($path) return $shouldHotReload = file_exists(public_path('hot')) ? new HtmlString("http://localhost:8080{$manifest[$path]}") - : new HtmlString(url($manifest[$path])); + : new HtmlString($manifest[$path]); } }