update src/ConfigProvider.php.

This commit is contained in:
Adam 2020-07-24 18:01:43 +08:00 committed by Gitee
parent 48475f7745
commit 145bf3d510

View File

@ -8,7 +8,7 @@
namespace Hyperf\Mongodb;
use Hyperf\Mongodb\MongoDb;
use Hyperf\Mongodb\Mongodb;
class ConfigProvider
{
@ -16,7 +16,7 @@ class ConfigProvider
{
return [
'dependencies' => [
MongoDb::class => MongoDb::class,
Mongodb::class => Mongodb::class,
],
'commands' => [
],