$this->faker->realText(), 'commentable_type' => Arr::random([ User::MODEL_TYPE, Product::MODEL_TYPE, Role::MODEL_TYPE, ]), 'commentable_id' => Arr::random([1, 2, 3, 4, 5]), 'user_id' => Arr::random([1, 2, 3, 4, 5]), 'parent_id' => Arr::random([1, null]), ]; } }