EscolaLMS/Cart

View on GitHub
src/Support/CartItemCollection.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace EscolaLms\Cart\Support;

use Treestoneit\ShoppingCart\Models\CartItemCollection as BaseCartItemCollection;

class CartItemCollection extends BaseCartItemCollection
{
}