Skip to content

Commit b9e0ba8

Browse files
authored
Fix sintax error missing ] (#1327)
1 parent 72f4135 commit b9e0ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ use App\Controller\CreateBookPublication;
9595
'path' => '/books/{id}/publication',
9696
'controller' => CreateBookPublication::class,
9797
],
98-
])
98+
])]
9999
class Book
100100
{
101101
//...

0 commit comments

Comments
 (0)