Installation fixed, version bump 2.4.0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user