Little update

This commit is contained in:
Rob Gloudemans
2013-05-22 20:52:34 +02:00
parent dedb766b29
commit 82163e96ea

View File

@@ -131,8 +131,6 @@ These Collections extends the 'native' Laravel 4 Collection class, so all method
Below is a little example of how to list the cart content in a table:
<?php
// Controller
Cart::add('192ao12', 'Product 1', 1, 9.99);