SatisAdmin\Model\ModelManager::getConfig PHP Method

getConfig() public method

public getConfig ( ) : Config
return Config
    public function getConfig()
    {
        return (new Config())->fromArray(json_decode($this->getJson(), true));
    }