WechatServiceFacades.php 223 B

12345678910111213
  1. <?php
  2. namespace App\Facades;
  3. use Illuminate\Support\Facades\Facade;
  4. class WechatServiceFacades extends Facade
  5. {
  6. protected static function wechatServiceFacades(): string
  7. {
  8. return 'wechatService';
  9. }
  10. }