Skip to content

Commit 887a34c

Browse files
committed
changed include to require for redis server
1 parent 8a4f739 commit 887a34c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
require_once __DIR__ . "/lib/UnitySite.php";
1919
require_once __DIR__ . "/lib/UnityConfig.php";
2020
require_once __DIR__ . "/lib/UnityWebhook.php";
21-
include_once __DIR__ . "/lib/UnityRedis.php";
21+
require_once __DIR__ . "/lib/UnityRedis.php";
2222

2323
// run init script
2424
require __DIR__ . "/init.php";

tools/docker-dev/unity-web-portal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 7087b78718a64185ea1ebaf615f4a8b395f39267

0 commit comments

Comments
 (0)