File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
wcfsetup/install/files/lib Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515use wcf \system \form \builder \field \BooleanFormField ;
1616use wcf \system \form \builder \Psr15DialogForm ;
1717use wcf \system \request \LinkHandler ;
18- use wcf \system \user \group \ command \CopyUserGroup ;
18+ use wcf \command \user \group \CopyUserGroup ;
1919use wcf \system \WCF ;
2020
2121/**
Original file line number Diff line number Diff line change 11<?php
22
3- namespace wcf \system \user \group \ command ;
3+ namespace wcf \command \user \group ;
44
55use wcf \data \user \group \UserGroup ;
66use wcf \data \user \group \UserGroupAction ;
1515 * @author Olaf Braun
1616 * @copyright 2001-2025 WoltLab GmbH
1717 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
18+ * @since 6.2
1819 */
1920final class CopyUserGroup
2021{
Original file line number Diff line number Diff line change 55use wcf \data \AbstractDatabaseObjectAction ;
66use wcf \system \exception \PermissionDeniedException ;
77use wcf \system \request \LinkHandler ;
8- use wcf \system \user \group \ command \CopyUserGroup ;
8+ use wcf \command \user \group \CopyUserGroup ;
99use wcf \system \WCF ;
1010
1111/**
You can’t perform that action at this time.
0 commit comments