Skip to content

Commit 923757e

Browse files
authored
Merge pull request #1143 from symfony/Tobion-patch-1
Put doctrine proxies in build dir for production
2 parents 51a14ba + 6f6ffe2 commit 923757e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ when@prod:
2626
doctrine:
2727
orm:
2828
auto_generate_proxy_classes: false
29+
proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
2930
query_cache_driver:
3031
type: pool
3132
pool: doctrine.system_cache_pool

0 commit comments

Comments
 (0)