'boolean', ]; /** * Get the career application that owns this journal entry. */ public function careerApplication() { return $this->belongsTo(CareerApplication::class); } }