[ 'from_long' => $this->from_long, 'from' => $this->from, 'mobile' => $this->mobile, 'email' => $this->email, 'website' => $this->website, 'address' => $this->address, 'place' => $this->place, 'zip' => $this->zip, 'iban' => $this->iban, 'bic' => $this->bic, 'remember_weeks' => $this->rememberWeeks, ] ]; } public static function storeAction(): string { return SettingSaveAction::class; } public static function title(): string { return 'Rechnung'; } }