extract pdf use case
This commit is contained in:
parent
b1bee8a16e
commit
bc7937d2b3
7 changed files with 141 additions and 26 deletions
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace App\Element\UseCases\GetElementPdf;
|
||||
|
||||
class GetElementPdfRequest
|
||||
{
|
||||
public function __construct(
|
||||
public string $folder,
|
||||
public string $fileName,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue