Skip to content

Commit dc2721a

Browse files
authored
Merge pull request #34106 from hnassr/patch-1
Remove additional comma
2 parents a932ddf + 2706559 commit dc2721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/View/Concerns/ManagesComponents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function componentData()
114114
$this->componentData[count($this->componentStack)],
115115
['slot' => $defaultSlot],
116116
$this->slots[count($this->componentStack)],
117-
['__laravel_slots' => $slots],
117+
['__laravel_slots' => $slots]
118118
);
119119
}
120120

0 commit comments

Comments
 (0)