belongsTo(Plant::class); } public function item() { return $this->belongsTo(Item::class, 'item_id'); } }