Add temporarily ResumableDataPersisterInterface to require checker whitelist

This commit is contained in:
Grzegorz Sadowski 2023-12-15 16:05:43 +01:00
parent a8af20db19
commit d032dad67a
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -16,6 +16,7 @@
"ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\RouteNameResolverInterface", "ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\RouteNameResolverInterface",
"ApiPlatform\\Core\\Cache\\CachedTrait", "ApiPlatform\\Core\\Cache\\CachedTrait",
"ApiPlatform\\Core\\DataPersister\\ContextAwareDataPersisterInterface", "ApiPlatform\\Core\\DataPersister\\ContextAwareDataPersisterInterface",
"ApiPlatform\\Core\\DataPersister\\ResumableDataPersisterInterface",
"ApiPlatform\\Core\\DataProvider\\ContextAwareCollectionDataProviderInterface", "ApiPlatform\\Core\\DataProvider\\ContextAwareCollectionDataProviderInterface",
"ApiPlatform\\Core\\DataProvider\\ItemDataProviderInterface", "ApiPlatform\\Core\\DataProvider\\ItemDataProviderInterface",
"ApiPlatform\\Core\\DataProvider\\OperationDataProviderTrait", "ApiPlatform\\Core\\DataProvider\\OperationDataProviderTrait",