Skip to content

Commit 599a973

Browse files
committed
Change UserAction to UserProfileAction
1 parent 4522425 commit 599a973

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/migration/wsc61/deprecations_removals.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ With version 6.2, we have deprecated certain components and removed several othe
106106
- `wcf\data\conversation\ConversationAction::getPopover()`
107107
- `wcf\data\conversation\ConversationAction::validateGetMessagePreview()`
108108
- `wcf\data\conversation\ConversationAction::getMessagePreview()`
109-
- `wcf\data\user\UserAction::validateUploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
110-
- `wcf\data\user\UserAction::uploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
111-
- `wcf\data\user\UserAction::validateDeleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
112-
- `wcf\data\user\UserAction::deleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
109+
- `wcf\data\user\UserProfileAction::validateUploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
110+
- `wcf\data\user\UserProfileAction::uploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
111+
- `wcf\data\user\UserProfileAction::validateDeleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
112+
- `wcf\data\user\UserProfileAction::deleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
113113

114114
#### Properties
115115

0 commit comments

Comments
 (0)