From 39878b84abbde111a1971316abe87c3bd9a6394c Mon Sep 17 00:00:00 2001 From: lkolndeep Date: Thu, 5 Sep 2024 18:29:06 +0200 Subject: [PATCH] Add the yaml and xml config folders --- serializer.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/serializer.rst b/serializer.rst index 35894018cb5..cd3aff46dbc 100644 --- a/serializer.rst +++ b/serializer.rst @@ -209,6 +209,7 @@ You can also specify the context on a per-property basis:: .. code-block:: yaml + # config/serializer/custom_config.yaml App\Model\Person: attributes: createdAt: @@ -218,6 +219,7 @@ You can also specify the context on a per-property basis:: .. code-block:: xml +