This commit is contained in:
2025-12-21 01:28:41 +01:00
parent f662c2deb5
commit 5611807ed4

View File

@@ -17,7 +17,7 @@ if (file_exists($composerAutoload)) {
} }
$rel = substr($class, strlen($prefix)); $rel = substr($class, strlen($prefix));
$path = __DIR__ . '/../src/' . str_replace('\\', '/', $rel) . '.php'; $path = __DIR__ . '/../src/App/' . str_replace('\\', '/', $rel) . '.php';
if (file_exists($path)) { if (file_exists($path)) {
require_once $path; require_once $path;