ledger job

This commit is contained in:
2021-02-23 00:38:59 +09:00
parent d4b5ed3319
commit b092522d3a
2 changed files with 4 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ class Ledger extends Model
'amount',
'invoiced',
'invoice_id',
'created_at',
'updated_at',
];
public function getInvoice() {