Skip to content

Commit cab57e7

Browse files
committed
phpcbf
1 parent 5e71d6b commit cab57e7

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

resources/init.php

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
* init.php - Initialization script that is run on every page of Unity
55
*/
66

7-
use UnityWebPortal\lib\{
8-
UnityConfig,
9-
UnityLDAP,
10-
UnityMailer,
11-
UnitySQL,
12-
UnitySSO,
13-
UnityUser,
14-
UnityRedis,
15-
UnityWebhook
16-
};
7+
use UnityWebPortal\lib\UnityConfig;
8+
use UnityWebPortal\lib\UnityLDAP;
9+
use UnityWebPortal\lib\UnityMailer;
10+
use UnityWebPortal\lib\UnitySQL;
11+
use UnityWebPortal\lib\UnitySSO;
12+
use UnityWebPortal\lib\UnityUser;
13+
use UnityWebPortal\lib\UnityRedis;
14+
use UnityWebPortal\lib\UnityWebhook;
1715

1816
//
1917
// Initialize Session

webroot/panel/new_account.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
require_once "../../resources/autoload.php";
44

5-
use UnityWebPortal\lib\{
6-
UnitySite,
7-
UnityGroup
8-
};
5+
use UnityWebPortal\lib\UnitySite;
6+
use UnityWebPortal\lib\UnityGroup;
97

108
require_once $LOC_HEADER;
119

0 commit comments

Comments
 (0)