belongsTo('App\Asset', 'pcid'); } public function notes() { return $this->hasMany('App\WorkOrderNote', 'woid'); } }