芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/database/factories/CustomerFactory.php
$this->faker->name(), 'company_name' => $this->faker->company(), 'contact_name' => $this->faker->name(), 'prefix' => $this->faker->randomDigitNotNull(), 'website' => $this->faker->url(), 'enable_portal' => true, 'email' => $this->faker->unique()->safeEmail(), 'phone' => $this->faker->phoneNumber(), 'company_id' => User::find(1)->companies()->first()->id, 'password' => Hash::make('secret'), 'currency_id' => Currency::find(1)->id, ]; } }