8000 Fixing build · SiM07/symfony-docs@d1794c6 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 12 additions & 12 deletions
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)
0