Ip\Config::theme PHP 메소드

theme() 공개 메소드

public theme ( )
    public function theme()
    {
        if (!empty($this->config['theme'])) {
            return $this->config['theme'];
        } else {
            return ipStorage()->get('Ip', 'theme');
        }
    }