Updated to API Platform 4

This commit is contained in:
Jan Böhmer 2025-08-04 23:32:42 +02:00
parent 6c229ccb3a
commit c834058678
7 changed files with 1251 additions and 180 deletions

View file

@ -24,7 +24,7 @@ declare(strict_types=1);
namespace App\Serializer\APIPlatform;
use ApiPlatform\Metadata\Exception\ResourceClassNotFoundException;
use ApiPlatform\Api\IriConverterInterface;
use ApiPlatform\Metadata\IriConverterInterface;
use ApiPlatform\Metadata\Operation;
use ApiPlatform\Metadata\Post;
use ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface;
@ -121,4 +121,4 @@ class DetermineTypeFromElementIRIDenormalizer implements DenormalizerInterface,
return $tmp;
}
}
}