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 762af1c commit 3d17a90Copy full SHA for 3d17a90
packages/view/src/ViewComponentDiscovery.php
@@ -93,7 +93,7 @@ private function registerFileComponent(
93
DiscoveryLocation $location,
94
string $path,
95
ImmutableString $fileName,
96
- ImmutableString $contents
+ ImmutableString $contents,
97
): void {
98
$this->discoveryItems->add($location, [
99
$fileName->toString(),
0 commit comments