-
-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: replace ApiPlatform\Exception use by ApiPlatform\Metadata\Exception #6597
fix: replace ApiPlatform\Exception use by ApiPlatform\Metadata\Exception #6597
Conversation
c249610
to
888561b
Compare
@@ -14,9 +14,8 @@ | |||
namespace ApiPlatform\JsonApi\Serializer; | |||
|
|||
use ApiPlatform\Api\IriConverterInterface as LegacyIriConverterInterface; | |||
use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we keep this one?
@@ -14,7 +14,6 @@ | |||
namespace ApiPlatform\JsonLd\Serializer; | |||
|
|||
use ApiPlatform\Api\IriConverterInterface as LegacyIriConverterInterface; | |||
use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this file
use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface; | ||
use ApiPlatform\Exception\InvalidArgumentException as LegacyInvalidArgumentException; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's keep this for bc
888561b
to
3d2e17b
Compare
No description provided.