$this->faker->userName(), 'public_key' => Keypair::generate()->publicKey, 'allowed_ip' => '10.66.0.'.($octet++), 'enabled' => true, 'present' => true, ]; } public function blocked(): static { return $this->state(['enabled' => false, 'present' => false]); } }