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 filesBrowse files
committed
Fixing build
1 parent 3decef6 commit d1794c6
Copy full SHA for d1794c6

File tree

1 file changed

+12
-12
lines changed
Filter options

1 file changed

+12
-12
lines changed

‎doctrine/custom_dql_functions.rst

Copy file name to clipboardExpand all lines: doctrine/custom_dql_functions.rst
+12-12Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.