Skip to content

Commit 7eae11b

Browse files
committed
For 5.8
1 parent 3fa523c commit 7eae11b

File tree

2 files changed

+1
-74
lines changed

2 files changed

+1
-74
lines changed

src/CacheBridge.php

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function register()
8989
$this->app->singleton("wechat.{$name}.{$account}", function ($laravelApp) use ($name, $account, $config, $class) {
9090
$app = new $class(array_merge(config('wechat.defaults', []), $config));
9191
if (config('wechat.defaults.use_laravel_cache')) {
92-
$app['cache'] = new CacheBridge($laravelApp['cache.store']);
92+
$app['cache'] = $laravelApp['cache.store'];
9393
}
9494
$app['request'] = $laravelApp['request'];
9595

0 commit comments

Comments
 (0)