belongsTo(Plant::class); } public function stickerMasters() { return $this->hasMany(StickerMaster::class, 'item_id', 'id'); } }