Invoices can be uploaded
This commit is contained in:
9
app/ValueObjects/InvoiceFile.php
Normal file
9
app/ValueObjects/InvoiceFile.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\ValueObjects;
|
||||
|
||||
class InvoiceFile {
|
||||
public string $filename;
|
||||
public string $fullPath;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user