Fixing Doctrine DQL DAY function implementation configuration.
This commit is contained in:
parent
34718ceaf4
commit
b7cf85fbcd
|
@ -19,7 +19,7 @@ doctrine:
|
||||||
dql:
|
dql:
|
||||||
string_functions:
|
string_functions:
|
||||||
# TODO fix to receive correct DateTime instead of string
|
# TODO fix to receive correct DateTime instead of string
|
||||||
DAY: App\DQL\Day
|
DAY: App\Doctrine\DQL\Day
|
||||||
|
|
||||||
when@test:
|
when@test:
|
||||||
doctrine:
|
doctrine:
|
||||||
|
|
Loading…
Reference in a new issue