Skip to content

Commit 7b26409

Browse files
pink6440smnandre
andauthored
Update src/LiveComponent/tests/Fixtures/Kernel.php
Co-authored-by: Simon André <[email protected]>
1 parent 7c3bdd9 commit 7b26409

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LiveComponent/tests/Fixtures/Kernel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ protected function configureContainer(ContainerConfigurator $c): void
173173
],
174174
],
175175
'resolve_target_entities' => [
176-
AliasedEntityInterface::class => AliasedEntity::class],
176+
AliasedEntityInterface::class => AliasedEntity::class,
177+
],
177178
],
178179
];
179180

0 commit comments

Comments
 (0)