PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
src
/
Facades
<?php namespace Botble\Ecommerce\Facades; use Botble\Ecommerce\Supports\CurrencySupport; use Illuminate\Support\Facades\Facade; class CurrencyFacade extends Facade { /** * @return string */ protected static function getFacadeAccessor() { return CurrencySupport::class; } }
[-] CartFacade.php
[edit]
[+]
..
[-] DiscountFacade.php
[edit]
[-] CurrencyFacade.php
[edit]
[-] OrderHelperFacade.php
[edit]
[-] EcommerceHelperFacade.php
[edit]
[-] FlashSaleFacade.php
[edit]