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 169d57d commit f5f31afCopy full SHA for f5f31af
src/LaravelBatchFacade.php
@@ -8,6 +8,6 @@ class LaravelBatchFacade extends Facade
8
{
9
protected static function getFacadeAccessor()
10
11
- return 'Batch';
+ return 'LaravelBatch';
12
}
13
-}
+}
0 commit comments