Skip to content

Commit 38ab95f

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Update controller.rst
2 parents 9e9400c + e1ad3b0 commit 38ab95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ To do so, map the parameter as an array and configure the type of each element
578578
using the ``type`` option of the attribute::
579579

580580
public function dashboard(
581-
#[MapRequestPayload(type: UserDTO::class)] array $users
581+
#[MapRequestPayload(type: UserDto::class)] array $users
582582
): Response
583583
{
584584
// ...

0 commit comments

Comments
 (0)