hasOne(Personnel::class, 'id', 'personnel_id'); } public function student() { return $this->hasOne(Student::class, 'id', 'source_id'); } }