define(Transaction::class, function (Faker $faker) { return [ 'transaction_journal_id' => 0, 'account_id' => 0, 'amount' => 5, ]; });