Basic support for creating invoices
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\Rechnung\Actions\GeneratePdf;
|
||||
|
||||
class GeneratePdfResponse
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $pdfContent,
|
||||
public readonly string $filename,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user