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 037509c commit 78df010Copy full SHA for 78df010
src/batch-league-flysystem/src/CopyFilesJob.php
@@ -18,7 +18,7 @@
18
/**
19
* This job allows you to copy files from one filesystem ot another.
20
*/
21
-final class CopyFilesJob implements JobInterface
+class CopyFilesJob implements JobInterface
22
{
23
public function __construct(
24
private JobParameterAccessorInterface $location,
src/batch-league-flysystem/src/MoveFilesJob.php
@@ -19,7 +19,7 @@
* This job allows you to move files from one filesystem ot another.
-final class MoveFilesJob implements JobInterface
+class MoveFilesJob implements JobInterface
25
0 commit comments