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 a932ddf + 2706559 commit dc2721aCopy full SHA for dc2721a
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