You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This event is dispatched once the mapping is done. If the validation is disabled, this would be the last event that is dispatched before your controller is called.
*/
class PostDtoMappingEvent extends Event
{
public function __construct(private Request $request, private Dto $attribute, private object $subject, private array $data)