From 5611807ed4bf250ee91630d1f4e1a550d02d3e0a Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sun, 21 Dec 2025 01:28:41 +0100 Subject: [PATCH] yxc --- config/fileload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fileload.php b/config/fileload.php index aa91253..1d94f93 100644 --- a/config/fileload.php +++ b/config/fileload.php @@ -17,7 +17,7 @@ if (file_exists($composerAutoload)) { } $rel = substr($class, strlen($prefix)); - $path = __DIR__ . '/../src/' . str_replace('\\', '/', $rel) . '.php'; + $path = __DIR__ . '/../src/App/' . str_replace('\\', '/', $rel) . '.php'; if (file_exists($path)) { require_once $path;