芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/database/factories/NoteFactory.php
$this->faker->randomElement(['Invoice', 'Estimate', 'Payment']), 'name' => $this->faker->word(), 'notes' => $this->faker->text(), 'company_id' => User::find(1)->companies()->first()->id, ]; } }