Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit b940c83

Browse files
pascalbaljetgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8d72aa2 commit b940c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/PrepareViewWithLazyComponents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function registerMacros(): self
3939

4040
$view = str_replace($lazyComponent, implode('', [
4141
$matches[1][$key],
42-
$placeholderMatches[0][0] ?? "",
42+
$placeholderMatches[0][0] ?? '',
4343
$matches[3][$key],
4444
]), $view);
4545
});

0 commit comments

Comments
 (0)