Skip to content

Commit 340d71b

Browse files
author
Max Brokman
committed
Mark worker being final in an 'advisory' way to allow tests to work
1 parent 6042a1d commit 340d71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Symfony\Component\Debug\Exception\FatalThrowableError;
1313
use Throwable;
1414

15-
final class Worker extends IlluminateWorker
15+
/*final*/ class Worker extends IlluminateWorker
1616
{
1717
/**
1818
* @var EntityManager

0 commit comments

Comments
 (0)