ContentType::class, 'posting_date' => 'date', ]; } public function classification(): BelongsTo { return $this->belongsTo(Classification::class); } }