qb_id = $attributes['qb_id'] ?? ''; } /** * Get the name of the caster class to use when casting from / to this cast target. * * @param array $arguments */ public static function castUsing(array $arguments): string { return InvoiceSyncCast::class; } public static function fromArray(array $data): self { return new self($data); } }