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