We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f31af commit 3cb6eeeCopy full SHA for 3cb6eee
src/LaravelBatchServiceProvider.php
@@ -12,7 +12,7 @@ class LaravelBatchServiceProvider extends ServiceProvider
12
*/
13
public function register()
14
{
15
- $this->app->bind('Batch', function ($app){
+ $this->app->bind('LaravelBatch', function ($app){
16
return new Batch($app->make(DatabaseManager::class));
17
});
18
}
0 commit comments