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