appconfig = model(Appconfig::class); } 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); } }