diff --git a/src/Facades/Cart.php b/src/Facades/Cart.php new file mode 100644 index 0000000..e75e0b8 --- /dev/null +++ b/src/Facades/Cart.php @@ -0,0 +1,16 @@ +app->bind('cart', 'Gloudemans\Shoppingcart\Cart'); + $config = __DIR__ . '/../config/cart.php'; $this->mergeConfigFrom($config, 'cart'); @@ -26,4 +28,4 @@ class ShoppingcartServiceProvider extends ServiceProvider ], 'migrations'); } } -} \ No newline at end of file +}