芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/database/factories/ItemFactory.php
$this->faker->name(), 'description' => $this->faker->text(), 'company_id' => User::find(1)->companies()->first()->id, 'price' => $this->faker->randomDigitNotNull(), 'unit_id' => Unit::factory(), 'creator_id' => User::where('role', 'super admin')->first()->company_id, 'currency_id' => Currency::find(1)->id, 'tax_per_item' => $this->faker->randomElement([true, false]), ]; } }