Skip to content

Commit 63bdcf8

Browse files
committed
Add test fix1
1 parent 5561afa commit 63bdcf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Jobs/ExportGedCom.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Illuminate\Queue\SerializesModels;
1818
use Illuminate\Support\Facades\Log;
1919

20-
final readonly class ExportGedCom implements ShouldQueue
20+
final class ExportGedCom implements ShouldQueue
2121
{
2222
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
2323

@@ -50,4 +50,4 @@ public function handle(): void
5050
throw $e;
5151
}
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)