File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Autocomplete/tests/Fixtures
LiveComponent/tests/Fixtures Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,6 @@ protected function configureContainer(ContainerConfigurator $c): void
113113 $ doctrineConfig = [
114114 'dbal ' => ['url ' => '%env(resolve:DATABASE_URL)% ' ],
115115 'orm ' => [
116- 'auto_generate_proxy_classes ' => true ,
117- 'enable_lazy_ghost_objects ' => true ,
118- 'report_fields_where_declared ' => true ,
119116 'validate_xml_mapping ' => true ,
120117 'auto_mapping ' => true ,
121118 'mappings ' => [
Original file line number Diff line number Diff line change @@ -163,9 +163,6 @@ protected function configureContainer(ContainerConfigurator $c): void
163163 'url ' => '%env(resolve:DATABASE_URL)% ' ,
164164 ],
165165 'orm ' => [
166- 'auto_generate_proxy_classes ' => true ,
167- 'enable_lazy_ghost_objects ' => true ,
168- 'report_fields_where_declared ' => true ,
169166 'validate_xml_mapping ' => true ,
170167 'auto_mapping ' => true ,
171168 'mappings ' => [
You can’t perform that action at this time.
0 commit comments