mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:44:28 -04:00
minor changes
This commit is contained in:
parent
08662c1595
commit
5efb33d1d3
@ -190,8 +190,6 @@ class IngresEmailEngine implements ShouldQueue
|
|||||||
|
|
||||||
event(new ExpenseWasCreated($expense, $expense->company, Ninja::eventVars(null))); // @turbo124 please check, I copied from API
|
event(new ExpenseWasCreated($expense, $expense->company, Ninja::eventVars(null))); // @turbo124 please check, I copied from API
|
||||||
event('eloquent.created: App\Models\Expense', $expense); // @turbo124 please check, I copied from API
|
event('eloquent.created: App\Models\Expense', $expense); // @turbo124 please check, I copied from API
|
||||||
|
|
||||||
return $expense;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// HELPERS
|
// HELPERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user