Skip to content

Commit 866a4f1

Browse files
author
Arif Hoque
committed
undefined method name remove to real one
1 parent e5551ac commit 866a4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public function chain(array $jobs): Drain
310310
*/
311311
public static function withChain(array $jobs): Drain
312312
{
313-
return Drain::create($jobs);
313+
return Drain::conduct($jobs);
314314
}
315315

316316
/**

0 commit comments

Comments
 (0)