Files
nexus/app/Domains/Unterschrift/Actions/RenderPreview/RenderPreviewRequest.php
T
2026-07-21 14:35:34 +02:00

11 lines
180 B
PHP

<?php
namespace App\Domains\Unterschrift\Actions\RenderPreview;
class RenderPreviewRequest
{
public function __construct(
public readonly string $pdfPath,
) {}
}