Skip to content

Commit 9040418

Browse files
authored
Add DatabaseBatchRepository to provides() (#44833)
1 parent 0de8734 commit 9040418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Bus/BusServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function provides()
6464
DispatcherContract::class,
6565
QueueingDispatcherContract::class,
6666
BatchRepository::class,
67+
DatabaseBatchRepository::class,
6768
];
6869
}
6970
}

0 commit comments

Comments
 (0)