@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Libraries;
|
||||
|
||||
class InvoiceLedgerResult
|
||||
{
|
||||
public function __construct(
|
||||
public readonly int $invoiceId,
|
||||
public readonly int $invoiceLineId,
|
||||
public readonly array $ledger
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user