ufutx.love.util/app/Facades/WechatPayService.php
2025-08-12 14:46:31 +08:00

12 lines
198 B
PHP

<?php
namespace App\Facades;
class WechatPayService extends \Illuminate\Support\Facades\Facade
{
protected static function getFacadeAccessor()
{
return 'wechatpayservice';
}
}