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.
2 parents 1340ca4 + d338d13 commit e0a7f83Copy full SHA for e0a7f83
src/Illuminate/View/Concerns/ManagesComponents.php
@@ -114,7 +114,7 @@ protected function componentData()
114
$this->componentData[count($this->componentStack)],
115
['slot' => $defaultSlot],
116
$this->slots[count($this->componentStack)],
117
- ['__laravel_slots' => $slots],
+ ['__laravel_slots' => $slots]
118
);
119
}
120
0 commit comments