appconfig = model('AppConfig'); } public function token_id(): string { return 'QSEQ'; } /** * @throws ReflectionException */ public function get_value(bool $save = TRUE): string { return $this->appconfig->acquire_next_quote_sequence($save); } }