faker = Factory::create(); } protected function getFaker(): Generator { if ($this->faker === null) { throw new \LogicException('Faker has not been booted yet.'); } return $this->faker; } }