$this->faker->sentence(), 'body' => $this->faker->realText(), 'start_publication_date' => Carbon::now(), 'stop_publication_date' => Carbon::now()->addDays(7), 'active' => '1', 'created_at' => Carbon::now(), 'updated_at' => Carbon::now(), ]; } }