Skip to content

Commit f5f31af

Browse files
authored
Update LaravelBatchFacade.php
1 parent 169d57d commit f5f31af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LaravelBatchFacade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class LaravelBatchFacade extends Facade
88
{
99
protected static function getFacadeAccessor()
1010
{
11-
return 'Batch';
11+
return 'LaravelBatch';
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)