Skip to content

Commit 3cb6eee

Browse files
authored
Update LaravelBatchServiceProvider.php
1 parent f5f31af commit 3cb6eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelBatchServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class LaravelBatchServiceProvider extends ServiceProvider
1212
*/
1313
public function register()
1414
{
15-
$this->app->bind('Batch', function ($app){
15+
$this->app->bind('LaravelBatch', function ($app){
1616
return new Batch($app->make(DatabaseManager::class));
1717
});
1818
}

0 commit comments

Comments
 (0)