commentable(); return [ 'body' => $this->faker->paragraph, 'commentable_id' => $commentable::factory(), 'commentable_type' => $commentable, ]; } public function commentable() { return $this->faker->randomElement([ Post::class, Video::class, ]); } }