$this->faker->sentence(), 'is_null' => false, ]; } public function inNami(int $namiId): self { return $this->state(['nami_id' => $namiId]); } }