Skip to content

Commit

Permalink
use kernel.build_dir by default for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexndlm authored Nov 26, 2024
1 parent 75026f2 commit ff3d29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ private function addOrmSection(ArrayNodeDefinition $node): void
->defaultValue(! method_exists(ProxyFactory::class, 'resetUninitializedProxy'))
->info('Enables the new implementation of proxies based on lazy ghosts instead of using the legacy implementation')
->end()
->scalarNode('proxy_dir')->defaultValue('%kernel.cache_dir%/doctrine/orm/Proxies')->end()
->scalarNode('proxy_dir')->defaultValue('%kernel.build_dir%/doctrine/orm/Proxies')->end()
->scalarNode('proxy_namespace')->defaultValue('Proxies')->end()
->arrayNode('controller_resolver')
->canBeDisabled()
Expand Down

0 comments on commit ff3d29b

Please sign in to comment.