belongsTo(Plant::class); } public function stickerMaster(): BelongsTo { return $this->belongsTo(StickerMaster::class); } }