mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
Initial commit
This commit is contained in:
14
src/Gloudemans/Shoppingcart/Facades/Cart.php
Normal file
14
src/Gloudemans/Shoppingcart/Facades/Cart.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php namespace Gloudemans\Shoppingcart\Facades;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
class Cart extends Facade {
|
||||
|
||||
/**
|
||||
* Get the registered name of the component.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected static function getFacadeAccessor() { return 'cart'; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user