We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f06544 commit 87d2132Copy full SHA for 87d2132
src/Commands/Concerns/InstallsForImportmap.php
@@ -32,7 +32,7 @@ protected function publishJsFilesForImportmaps()
32
$importLine = trim(File::get($libsIndexSourceFile));
33
34
if (! str_contains(File::get($libsIndexFile), $importLine)) {
35
- File::append($libsIndexFile, $importLine.PHP_EOL);
+ File::append($libsIndexFile, PHP_EOL.$importLine.PHP_EOL);
36
}
37
} else {
38
File::copy($libsIndexSourceFile, $libsIndexFile);
0 commit comments