芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/database/factories/TaxFactory.php
TaxType::factory(), 'percent' => function (array $item) { return TaxType::find($item['tax_type_id'])->percent; }, 'name' => function (array $item) { return TaxType::find($item['tax_type_id'])->name; }, 'company_id' => User::find(1)->companies()->first()->id, 'amount' => $this->faker->randomDigitNotNull(), 'compound_tax' => $this->faker->randomDigitNotNull(), 'base_amount' => $this->faker->randomDigitNotNull(), 'currency_id' => Currency::where('name', 'US Dollar')->first()->id, ]; } }