1234567891011121314151617181920 |
- <?php
- namespace Modules\WechatPlatform\Providers;
- use Catch\CatchAdmin;
- use Catch\Providers\CatchModuleServiceProvider;
- class WechatPlatformServiceProvider extends CatchModuleServiceProvider
- {
-
- public function moduleName(): string
- {
-
- return 'wechatPlatform';
- }
- }
|