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