Skip to content

Commit 6ded3ea

Browse files
smnandrerrr63
authored andcommitted
[Site] Fix deprecations and remove debug block
1 parent 0269d34 commit 6ded3ea

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

ux.symfony.com/config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ doctrine:
2323
prefix: 'App\Entity'
2424
alias: App
2525
controller_resolver:
26-
auto_mapping: true
26+
auto_mapping: false
2727

2828
when@test:
2929
doctrine:
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
when@dev: &dev
22
# See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration
33
zenstruck_foundry:
4-
# Whether to auto-refresh proxies by default (https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#auto-refresh)
5-
auto_refresh_proxies: true
4+
global_state: []
65

76
when@test: *dev

ux.symfony.com/templates/main/homepage.html.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
</div>
2525
</div>
2626

27-
{% block foo %}
28-
{{ importmap() }}
29-
{% endblock %}
30-
3127
<div class="container-fluid container-xxl px-4 py-4 px-md-5 py-md-5">
3228
<h2 class="ubuntu">Install it</h2>
3329

0 commit comments

Comments
 (0)