diff --git a/Service/Config.php b/Service/Config.php index 2e7ad87..5c7af5a 100644 --- a/Service/Config.php +++ b/Service/Config.php @@ -23,6 +23,6 @@ public static function env($key, $defaultValue = null): ?string { } public static function root(): string { - return __DIR__ . '/../../../../'; + return dirname(__DIR__); } } \ No newline at end of file