We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f280cbc commit f06cb51Copy full SHA for f06cb51
src/MiniProgram/ActivityMessage/ServiceProvider.php
@@ -4,14 +4,14 @@
4
5
6
use EasySwoole\WeChat\MiniProgram\Application;
7
-use EasySwoole\WeChat\MiniProgram\BaseClient;
8
use Pimple\Container;
+use Pimple\ServiceProviderInterface;
9
10
/**
11
* Class ServiceProvider
12
* @package EasySwoole\WeChat\MiniProgram\ActivityMessage
13
*/
14
-class ServiceProvider extends BaseClient
+class ServiceProvider implements ServiceProviderInterface
15
{
16
public function register(Container $app)
17
0 commit comments