mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
remove invoice id from payment factory
This commit is contained in:
parent
924d5b5f7b
commit
10587c0494
@ -10,7 +10,6 @@ $factory->define(App\Models\Payment::class, function (Faker $faker) {
|
||||
'amount' => $faker->numberBetween(1,10),
|
||||
'payment_date' => $faker->date(),
|
||||
'transaction_reference' => $faker->text(10),
|
||||
'invoice_id' => $faker->numberBetween(1,10)
|
||||
];
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user