From 2cb85a16b9928930dbd6b5a3c0507c92b4d3d39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20DECOOL?= Date: Sun, 5 Oct 2014 18:09:18 +0200 Subject: [PATCH] [Cookbook][Doctrine] Fix typo in XML configuration for custom SQL function --- cookbook/doctrine/custom_dql_functions.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbook/doctrine/custom_dql_functions.rst b/cookbook/doctrine/custom_dql_functions.rst index b15877ffa2a..dcdfc6bc492 100644 --- a/cookbook/doctrine/custom_dql_functions.rst +++ b/cookbook/doctrine/custom_dql_functions.rst @@ -39,10 +39,10 @@ In Symfony, you can register your custom DQL functions as follows: - Acme\HelloBundle\DQL\SecondStringFunction - Acme\HelloBundle\DQL\DatetimeFunction + Acme\HelloBundle\DQL\StringFunction + Acme\HelloBundle\DQL\SecondStringFunction + Acme\HelloBundle\DQL\NumericFunction + Acme\HelloBundle\DQL\DatetimeFunction