bztang-admin/app/common/payment/setting/other/StoreBalanceSetting.php

24 lines
335 B
PHP

<?php
/**
* Created by PhpStorm.
*
*
*
* Date: 2021/8/26
* Time: 14:02
*/
namespace app\common\payment\setting\other;
use app\common\payment\setting\BasePaymentSetting;
use app\common\services\password\PasswordService;
class StoreBalanceSetting extends BasePaymentSetting
{
public function canUse()
{
return false;
}
}