Skip to content

Commit d1794c6

Browse files
committed
Fixing build
1 parent 3decef6 commit d1794c6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doctrine/custom_dql_functions.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,18 @@ In Symfony, you can register your custom DQL functions as follows:
8282

8383
.. configuration-block::
8484

85-
.. code-block:: yaml
86-
87-
# app/config/config.yml
88-
doctrine:
89-
orm:
90-
# ...
91-
entity_managers:
92-
example_manager:
93-
# Place your functions here
94-
dql:
95-
datetime_functions:
96-
test_datetime: AppBundle\DQL\DatetimeFunction
85+
.. code-block:: yaml
86+
87+
# app/config/config.yml
88+
doctrine:
89+
orm:
90+
# ...
91+
entity_managers:
92+
example_manager:
93+
# Place your functions here
94+
dql:
95+
datetime_functions:
96+
test_datetime: AppBundle\DQL\DatetimeFunction
9797

9898
.. code-block:: xml
9999

0 commit comments

Comments
 (0)