mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
clean up development
This commit is contained in:
@@ -27,6 +27,7 @@ class UpdateTransactionBillOwnerSeeder extends Seeder
|
|||||||
|
|
||||||
$row->owner_type = Transaction::class;
|
$row->owner_type = Transaction::class;
|
||||||
$row->owner_id = $paymentTransaction->id;
|
$row->owner_id = $paymentTransaction->id;
|
||||||
|
$row->updated_at = $row->updated_at;
|
||||||
$row->update();
|
$row->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user