diff --git a/core/form-data.md b/core/form-data.md index bbbd9f640ff..32cb210c95b 100644 --- a/core/form-data.md +++ b/core/form-data.md @@ -31,7 +31,7 @@ namespace App\State; use ApiPlatform\State\ProcessorInterface; use Symfony\Component\HttpFoundation\Request; use ApiPlatform\Metadata\Operation; -use ApiPlatform\Serializer\SerializerContextBuilderInterface; +use ApiPlatform\State\SerializerContextBuilderInterface; use Symfony\Component\Serializer\Normalizer\DenormalizerInterface; final class FormRequestProcessorDecorator implements ProcessorInterface @@ -101,9 +101,9 @@ namespace App\Providers; use Illuminate\Support\ServiceProvider; use App\State\FormRequestProcessorDecorator; -use ApiPlatform\Core\State\ProcessorInterface; +use ApiPlatform\State\ProcessorInterface; +use ApiPlatform\State\SerializerContextBuilderInterface; use Symfony\Component\Serializer\Normalizer\DenormalizerInterface; -use ApiPlatform\Core\Serializer\SerializerContextBuilderInterface; class AppServiceProvider extends ServiceProvider { diff --git a/core/graphql.md b/core/graphql.md index b815599a0a6..29e349a052a 100644 --- a/core/graphql.md +++ b/core/graphql.md @@ -2750,8 +2750,8 @@ The decorator could be like this: