first commit
This commit is contained in:
10
金壶/ydyd_service/application/facade/ExtendCart.php
Normal file
10
金壶/ydyd_service/application/facade/ExtendCart.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class ExtendCart extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\tools\ExtendCart';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user