mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
improve money type rendering + DQL "jsonbexistsInArray"
This commit is contained in:
@@ -29,6 +29,7 @@ use Chill\MainBundle\DependencyInjection\Configuration;
|
||||
use Chill\MainBundle\Doctrine\DQL\GetJsonFieldByKey;
|
||||
use Chill\MainBundle\Doctrine\DQL\Unaccent;
|
||||
use Chill\MainBundle\Doctrine\DQL\JsonAggregate;
|
||||
use Chill\MainBundle\Doctrine\DQL\JsonbExistsInArray;
|
||||
|
||||
/**
|
||||
* This class load config for chillMainExtension.
|
||||
@@ -141,7 +142,10 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
|
||||
'unaccent' => Unaccent::class,
|
||||
'GET_JSON_FIELD_BY_KEY' => GetJsonFieldByKey::class,
|
||||
'AGGREGATE' => JsonAggregate::class
|
||||
)
|
||||
),
|
||||
'numeric_functions' => [
|
||||
'JSONB_EXISTS_IN_ARRAY' => JsonbExistsInArray::class
|
||||
]
|
||||
)
|
||||
)
|
||||
));
|
||||
|
Reference in New Issue
Block a user