Rabbi_Gerzi/backend/app/Element/UseCases/UpdateElement/UpdatePdfPathRequest.php

12 lines
190 B
PHP

<?php
namespace App\Element\UseCases\UpdateElement;
class UpdatePdfPathRequest
{
public function __construct(
public ?int $id,
public ?string $pdfPath,
) {
}
}