Skip to content

Commit 845be78

Browse files
committed
更新提供的内容
1 parent 20c1b25 commit 845be78

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
@@ -82,6 +82,6 @@ public function register()
8282
*/
8383
public function provides()
8484
{
85-
return $this->services;
85+
return array_merge(array_keys($this->services), array_values($this->services));
8686
}
8787
}

0 commit comments

Comments
 (0)