Theme::settings PHP Method

settings() public method

Relation with the categories table A post can have many categories
public settings ( )
    public function settings()
    {
        return $this->hasMany('ThemeSetting');
    }