Skip to content

Commit acd348c

Browse files
committed
Bugfix overtrue#205
1 parent ab5bb7c commit acd348c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use EasyWeChat\OfficialAccount\Application as OfficialAccount;
1616
use EasyWeChat\OpenPlatform\Application as OpenPlatform;
1717
use EasyWeChat\Payment\Application as Payment;
18-
use EasyWeChat\Work\AgentFactory as Work;
18+
use EasyWeChat\Work\Application as Work;
1919
use Illuminate\Foundation\Application as LaravelApplication;
2020
use Illuminate\Support\ServiceProvider as LaravelServiceProvider;
2121
use Laravel\Lumen\Application as LumenApplication;

0 commit comments

Comments
 (0)