Habari\Update::instance PHP Method

instance() protected static method

Enables singleton working properly
protected static instance ( )
    protected static function instance()
    {
        return self::getInstanceOf(get_class());
    }