AppInit.php 213 B

1234567891011
  1. <?php
  2. namespace app\service;
  3. use app\service\pay_user\PayUser;
  4. use think\Validate;
  5. class AppInit{
  6. public function run($params){
  7. //\PhpOffice\PhpSpreadsheet\Settings::setCache(cache_simple());
  8. }
  9. }