<?php namespace App\Facades; use Illuminate\Support\Facades\Facade; class WechatServiceFacades extends Facade { protected static function wechatServiceFacades(): string { return 'wechatService'; } }