diff --git a/core/c/registry.php b/core/c/registry.php index 0bee230..cd648bf 100644 --- a/core/c/registry.php +++ b/core/c/registry.php @@ -123,7 +123,7 @@ final class Registry /** * @desc will reset the registry */ - public function __destruct() + public function destroy() { self::$_instance = NULL; }