Skip to content

Commit

Permalink
PHPORM-222 MongoDBBusServiceProvider does not provide BatchRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jul 23, 2024
1 parent 7e809df commit 87cba3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MongoDBBusServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function register()
public function provides()
{
return [
BatchRepository::class,
MongoBatchRepository::class,
];
}
Expand Down

0 comments on commit 87cba3b

Please sign in to comment.