芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/database/factories/AddressFactory.php
$this->faker->name(), 'address_street_1' => $this->faker->streetAddress(), 'address_street_2' => $this->faker->streetAddress(), 'city' => $this->faker->city(), 'state' => $this->faker->state(), 'country_id' => 231, 'company_id' => User::find(1)->companies()->first()->id, 'zip' => $this->faker->postcode(), 'phone' => $this->faker->phoneNumber(), 'fax' => $this->faker->phoneNumber(), 'type' => $this->faker->randomElement([Address::BILLING_TYPE, Address::SHIPPING_TYPE]), 'user_id' => User::factory(), 'customer_id' => Customer::factory(), ]; } }