Skip to content

Commit a7365e9

Browse files
fix(state): wrong package name
Co-authored-by: Vincent <407859+vincentchalamon@users.noreply.github.com>
1 parent 88be17c commit a7365e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/State/SerializerAwareProviderTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ trait SerializerAwareProviderTrait
3131
public function setSerializerLocator(ContainerInterface $serializerLocator): void
3232
{
3333
trigger_deprecation(
34-
'api-platform/core',
34+
'api-platform/state',
3535
'4.2',
3636
'The "%s" interface is deprecated and will be removed in 5.0. It violates the dependency injection principle.',
3737
SerializerAwareProviderInterface::class

0 commit comments

Comments
 (0)