Skip to content

Commit

Permalink
chore: more config
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Feb 14, 2022
1 parent 1344005 commit 05c5e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ doctrine:
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '13'
orm:
dql:
string_functions:
JSON_CONTAINS: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Mysql\JsonContains
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
Expand Down
1 change: 1 addition & 0 deletions config/packages/roadiz_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ roadiz_core:
granted_roles:
- ROLE_USER
- ROLE_BACKEND_USER
- ROLE_SUPERADMIN


0 comments on commit 05c5e84

Please sign in to comment.