Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update file(s) "/config/packages/" from "zikula/core"
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Apr 2, 2023
1 parent 6c5df8d commit 9eaa2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ doctrine:
server_version: 5 # any value will work (bypasses DBALException)
types:
utcdatetime:
class: Zikula\Bundle\CoreBundle\Doctrine\DBAL\Type\UTCDateTimeType
class: Zikula\CoreBundle\Doctrine\DBAL\Type\UTCDateTimeType
orm:
auto_generate_proxy_classes: false
enable_lazy_ghost_objects: true
Expand Down
2 changes: 1 addition & 1 deletion config/packages/php_translation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ translation:
excluded_names: ["*TestCase.php", "*Test.php"]
excluded_dirs: [cache, data, logs]
zikula:
dirs: ["%kernel.project_dir%/templates", "%kernel.project_dir%/src/system", "%kernel.project_dir%/src/Zikula"]
dirs: ["%kernel.project_dir%/templates", "%kernel.project_dir%/src/system"]
output_dir: "%kernel.project_dir%/translations"
excluded_names: ["*TestCase.php", "*Test.php"]
excluded_dirs: [cache, data, logs, vendor]
Expand Down

0 comments on commit 9eaa2d2

Please sign in to comment.