Skip to content

Commit d67826d

Browse files
committed
[Autocomplete] Upgrade Foundry to ^2.0
1 parent 46796bd commit d67826d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Fixtures/Kernel.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ protected function configureContainer(ContainerConfigurator $c): void
143143
'anonymous_template_directory' => 'components/',
144144
]);
145145

146-
$c->extension('zenstruck_foundry', [
147-
'auto_refresh_proxies' => false,
148-
]);
146+
$c->extension('zenstruck_foundry', []);
149147

150148
$doctrineConfig = [
151149
'dbal' => [

0 commit comments

Comments
 (0)