File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
wcfsetup/install/files/lib/system/interaction Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33namespace wcf \system \interaction \admin ;
44
5- use wcf \data \user \rank \ViewableUserRank ;
5+ use wcf \data \user \rank \UserRank ;
66use wcf \event \interaction \admin \UserRankInteractionCollecting ;
77use wcf \system \event \EventHandler ;
88use wcf \system \interaction \AbstractInteractionProvider ;
@@ -32,6 +32,6 @@ public function __construct()
3232 #[\Override]
3333 public function getObjectClassName (): string
3434 {
35- return ViewableUserRank ::class;
35+ return UserRank ::class;
3636 }
3737}
Original file line number Diff line number Diff line change 22
33namespace wcf \system \interaction \bulk \admin ;
44
5- use wcf \data \user \rank \ViewableUserRankList ;
5+ use wcf \data \user \rank \UserRankList ;
66use wcf \event \interaction \bulk \admin \UserRankBulkInteractionCollecting ;
77use wcf \system \event \EventHandler ;
88use wcf \system \interaction \bulk \AbstractBulkInteractionProvider ;
@@ -32,6 +32,6 @@ public function __construct()
3232 #[\Override]
3333 public function getObjectListClassName (): string
3434 {
35- return ViewableUserRankList ::class;
35+ return UserRankList ::class;
3636 }
3737}
You can’t perform that action at this time.
0 commit comments