Skip to content

Commit 8ea23ef

Browse files
committed
Fix invalid path from private project
1 parent 7cc911d commit 8ea23ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebApp/Utils.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace WebApp;
44

5-
define ('WEBAPP_SUB_PATH', '/vendor/technicalguru/web-framework');
5+
define ('WEBAPP_SUB_PATH', '/vendor/technicalguru/webapp');
66

77
use TgUtils\Request;
88

0 commit comments

Comments
 (0)