reverse commit

This commit is contained in:
edmondlang
2023-04-19 22:47:45 +08:00
parent 011e993cfd
commit 082c9de572
@@ -32,7 +32,7 @@ class CreateBankStatementTransactionOwnersProcessor
// })->get();
$transactions = StatementTransaction::whereDoesntHave('owners')->where('amount', '<', 0)->get();
dd($transactions);
foreach ($transactions as $transaction) {
if($transaction->amount > 0){