Skip to content

Commit d5ffdbd

Browse files
authored
Fixed overtrue#331
1 parent f9d2626 commit d5ffdbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use EasyWeChat\MiniProgram\Application as MiniProgram;
1515
use EasyWeChat\OfficialAccount\Application as OfficialAccount;
1616
use EasyWeChat\OpenPlatform\Application as OpenPlatform;
17+
use EasyWeChat\OpenWork\Application as OpenWork;
1718
use EasyWeChat\Payment\Application as Payment;
1819
use EasyWeChat\Work\Application as Work;
1920
use Illuminate\Foundation\Application as LaravelApplication;
@@ -63,6 +64,7 @@ public function register()
6364
'mini_program' => MiniProgram::class,
6465
'payment' => Payment::class,
6566
'open_platform' => OpenPlatform::class,
67+
'open_work' => OpenWork::class,
6668
];
6769

6870
foreach ($apps as $name => $class) {

0 commit comments

Comments
 (0)