Skip to content

Commit b89df8d

Browse files
authored
Typo in array inside PHP8 attribute (#1259)
1 parent d3d93f5 commit b89df8d

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
@@ -92,7 +92,7 @@ use App\Controller\CreateBookPublication;
9292
'post_publication' => [
9393
'method' => 'POST',
9494
'path' => '/books/{id}/publication',
95-
'controller" => CreateBookPublication::class,
95+
'controller' => CreateBookPublication::class,
9696
],
9797
])
9898
class Book

0 commit comments

Comments
 (0)