Skip to content

Commit 6c4029d

Browse files
committed
Typo.
1 parent a43fc75 commit 6c4029d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ServiceProvider extends LaravelServiceProvider
2020
*
2121
* @var array
2222
*/
23-
protected $providesAppend = ['wechat.server', 'Overtrue\\Wechat\\Server'];
23+
protected $providesAppends = ['wechat.server', 'Overtrue\\Wechat\\Server'];
2424

2525
/**
2626
* 服务列表
@@ -93,6 +93,6 @@ public function register()
9393
*/
9494
public function provides()
9595
{
96-
return array_merge(array_keys($this->services), array_values($this->services), $this->providesAppend);
96+
return array_merge(array_keys($this->services), array_values($this->services), $this->providesAppends);
9797
}
9898
}

0 commit comments

Comments
 (0)