Skip to content

Commit 2c4c134

Browse files
committed
missing import
1 parent 69902cd commit 2c4c134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webroot/panel/new_account.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use UnityWebPortal\lib\exceptions\EntryNotFoundException;
66
use UnityWebPortal\lib\UnityHTTPD;
77
use UnityWebPortal\lib\UnityUser;
8+
use UnityWebPortal\lib\UnityGroup;
89

910
if ($USER->exists()) {
1011
UnityHTTPD::redirect(CONFIG["site"]["prefix"] . "/panel/account.php");

0 commit comments

Comments
 (0)