$this->faker->name(), 'active' => true, ]; } public function withType(AccountTypeEnum $type): static { return $this->for(AccountType::where('type', $type->value)->first()); } }