$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, ]; } }