mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-03-16 06:55:05 +00:00
7 lines
122 B
PHP
7 lines
122 B
PHP
<?php namespace Gloudemans\Shoppingcart;
|
|
|
|
use Illuminate\Support\Collection;
|
|
|
|
class CartCollection extends Collection {
|
|
|
|
} |