Skip to content

Commit

Permalink
IBX-8534: Changed ContentService method usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Sep 18, 2024
1 parent f13f869 commit e6585b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/contracts/Sets/ibexa-50.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
'serializeFieldValue',
'serializeContentFieldValue'
),
new MethodCallRename(
'Ibexa\Contracts\Core\Repository\ContentService',
'loadContentDrafts',
'loadContentDraftList'
),
]
);

Expand Down

0 comments on commit e6585b2

Please sign in to comment.