belongsTo(User::class, 'created_by'); } public function phoneFollowUp() { return $this->belongsTo(CrmPhoneFollowUp::class, 'phone_follow_up_id'); } }