settings->get($table."::".$key); }; if ($type === "set") { return $this->settings->set($table."::".$key, $value); }; return true; } }