$legacyContentRecap->id, 'title' => $legacyContentRecap->title, 'posted_date' => $legacyContentRecap->posting_date == '0000-00-00' ? now() : $legacyContentRecap->posting_date, 'channel' => $legacyContentRecap->channel, 'link' => $legacyContentRecap->link, 'image' => $legacyContentRecap->image, 'classification_id' => $legacyContentRecap->classification_id, 'created_at' => $legacyContentRecap->created_at, 'updated_at' => $legacyContentRecap->updated_at, 'deleted_at' => $legacyContentRecap->deleted_at, 'enhancer_id' => $legacyContentRecap->enhancer, 'social_media' => $legacyContentRecap->social_media, ]); } } }