Skip to content

Commit 87cba3b

Browse files
committed
PHPORM-222 MongoDBBusServiceProvider does not provide BatchRepository
1 parent 7e809df commit 87cba3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MongoDBBusServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function register()
3939
public function provides()
4040
{
4141
return [
42-
BatchRepository::class,
4342
MongoBatchRepository::class,
4443
];
4544
}

0 commit comments

Comments
 (0)