$this->faker->name , 'custom_field_valuable_id' => 1, 'type' => $this->faker->name, 'custom_field_id' => CustomField::factory(), 'company_id' => User::where('role', 'super admin')->first()->company_id, ]; } }