관리-도구
편집 파일: CartCollection.php
<?php namespace Darryldecode\Cart; use Illuminate\Support\Collection; class CartCollection extends Collection { }