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