appconfig = model(AppConfig::class); } /** * @return string */ 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); } }