Skip to content

Commit 6c0e2f8

Browse files
authored
Refactor
1 parent 2b79d09 commit 6c0e2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/helpers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ function mix($path, $manifestDirectory = '')
583583
return new HtmlString("//localhost:8080{$path}");
584584
}
585585

586-
if (in_array($manifestKey, $manifests)){
586+
if (in_array($manifestKey, $manifests)) {
587587
$manifest = $manifests[$manifestKey];
588588
} else {
589589
if (! file_exists($manifestPath = public_path($manifestDirectory.'/mix-manifest.json'))) {

0 commit comments

Comments
 (0)