Version 0.9.5 beta - in some cases needed for re-clearing the module registry

This commit is contained in:
Stephan Kasdorf
2020-09-19 20:41:43 +02:00
parent 2c7117d2d5
commit 112c00ff1b

View File

@@ -123,7 +123,7 @@ final class Registry
/**
* @desc will reset the registry
*/
public function __destruct()
public function destroy()
{
self::$_instance = NULL;
}