Skip to content

Commit 7ae03b3

Browse files
authored
Update LaravelBatchServiceProvider.php
1 parent 21b7b07 commit 7ae03b3

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
@@ -13,7 +13,7 @@ class LaravelBatchServiceProvider extends ServiceProvider
1313
public function register()
1414
{
1515
$this->app->bind('LaravelBatch', function ($app){
16-
return new Batch($app->make(DatabaseManager::class));
16+
return new LaravelBatch($app->make(DatabaseManager::class));
1717
});
1818
}
1919
}

0 commit comments

Comments
 (0)