belongsTo('App\Model\Module\Inventory'); } public function attachment() { return $this->hasMany('App\Model\Module\Attachment'); } public function barcode() { return $this->hasMany('App\Model\Module\Barcode'); } }