EscolaLMS/Cart

View on GitHub
src/Support/OrderItemCollection.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace EscolaLms\Cart\Support;

use Treestoneit\ShoppingCart\Models\CartItemCollection as BaseCartItemCollection;

class OrderItemCollection extends BaseCartItemCollection
{
}