Clean up for logging
This commit is contained in:
parent
ff38a91302
commit
0784bdaef3
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ class MatchBankTransactions implements ShouldQueue
|
|||
}
|
||||
|
||||
private function matchExpense($input) :self
|
||||
{ nlog($input);
|
||||
{
|
||||
//if there is a category id, pull it from Yodlee and insert - or just reuse!!
|
||||
$this->bt = BankTransaction::find($input['id']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue