Skip to content

Commit 9cb56de

Browse files
committed
fix components.php config
1 parent 93a8a6b commit 9cb56de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/components.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|--------------------------------------------------------------------------
77
*/
88
'registry' => [
9-
'content' => \App\Components\ContentComponent::class
9+
'content' => \App\Components\ContentComponent::class,
1010
],
1111

1212
/*
@@ -18,6 +18,6 @@
1818
|
1919
*/
2020
'builder' => [
21-
'content'
21+
'content',
2222
]
2323
];

0 commit comments

Comments
 (0)