Cockpit\Controller\Settings::getGmapsKey PHP Method

getGmapsKey() public method

public getGmapsKey ( )
    public function getGmapsKey()
    {
        return $this->app->db->getKey("cockpit/settings", "cockpit.gmaps.key", '');
    }