Installation fixed, version bump 2.4.0

This commit is contained in:
2024-05-04 12:23:14 +02:00
parent ae5210ec57
commit 76da46e157
7 changed files with 237 additions and 202 deletions

View File

@@ -90,7 +90,7 @@ class Configuration {
}
public function delete(string $className): bool {
$path = getClassPath("\\Configuration\\$className");
$path = getClassPath($className);
if (file_exists($path)) {
return unlink($path);
}