hasOne('App\Models\StaffMember', 'id', 'last_modified_by'); } public function network_info(){ return $this->hasOne('App\Models\NetworkOps', 'id', 'netowkr_id'); } public function created_by_info(){ return $this->hasOne('App\Models\StaffMember', 'id', 'created_by'); } }