Meetup::factory(), 'date' => $this->faker->date(), 'start' => $this->faker->time(), 'end' => $this->faker->time(), 'location' => $this->faker->word, 'description' => $this->faker->text, 'link' => $this->faker->word, ]; } }