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