User::factory(), 'description' => substr($this->faker->paragraph, 0, 255), 'ip_address' => $this->faker->ipv4, 'user_agent' => $this->faker->userAgent, ]; } }