Skip to content

Commit 63287d6

Browse files
committed
Merge pull request #18 from tangrucheng/master
添加群发服务
2 parents 40788f6 + 1a03d27 commit 63287d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class ServiceProvider extends LaravelServiceProvider
4545
'wechat.color' => 'Overtrue\\Wechat\\Color',
4646
'wechat.semantic' => 'Overtrue\\Wechat\\Semantic',
4747
'wechat.stats' => 'Overtrue\\Wechat\\Stats',
48+
'wechat.broadcast' => 'Overtrue\\Wechat\\Broadcast',
4849
];
4950

5051

@@ -97,4 +98,4 @@ public function provides()
9798
{
9899
return array_merge(array_keys($this->services), array_values($this->services), $this->providesAppends);
99100
}
100-
}
101+
}

0 commit comments

Comments
 (0)