We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b79d09 commit 6c0e2f8Copy full SHA for 6c0e2f8
src/Illuminate/Foundation/helpers.php
@@ -583,7 +583,7 @@ function mix($path, $manifestDirectory = '')
583
return new HtmlString("//localhost:8080{$path}");
584
}
585
586
- if (in_array($manifestKey, $manifests)){
+ if (in_array($manifestKey, $manifests)) {
587
$manifest = $manifests[$manifestKey];
588
} else {
589
if (! file_exists($manifestPath = public_path($manifestDirectory.'/mix-manifest.json'))) {
0 commit comments