Skip to content

Commit

Permalink
fix(symfony): symfony 7.2 deprecations (#6835)
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka authored Dec 1, 2024
1 parent 9fd8b2d commit 4defee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Serializer/ReservedAttributeNameConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author Baptiste Meyer <[email protected]>
*/
final class ReservedAttributeNameConverter implements AdvancedNameConverterInterface
final class ReservedAttributeNameConverter implements NameConverterInterface, AdvancedNameConverterInterface
{
public const JSON_API_RESERVED_ATTRIBUTES = [
'id' => '_id',
Expand Down

0 comments on commit 4defee0

Please sign in to comment.