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