LukePOLO\LaraCart\CartItem::removeSubItem PHP 메소드

removeSubItem() 공개 메소드

Removes a sub item from the item.
public removeSubItem ( $subItemHash )
$subItemHash
    public function removeSubItem($subItemHash)
    {
        unset($this->subItems[$subItemHash]);
        $this->generateHash();
    }