add notif expense created
This commit is contained in:
@@ -21,6 +21,7 @@ class ExpenseRejected extends Mailable
|
||||
protected string $expense_number,
|
||||
protected string $tanggal,
|
||||
protected int $total,
|
||||
protected string $url,
|
||||
) {}
|
||||
|
||||
/**
|
||||
@@ -45,6 +46,7 @@ class ExpenseRejected extends Mailable
|
||||
'expense_number' => $this->expense_number,
|
||||
'tanggal' => $this->tanggal,
|
||||
'total' => $this->total,
|
||||
'url' => $this->url,
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user