Skip to content

Commit c814434

Browse files
committed
fix property default
1 parent bac1a84 commit c814434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/UpdateSite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class UpdateSite implements ShouldQueue
1818
{
1919
use Queueable;
20-
protected int $preUpdateCode;
20+
protected ?int $preUpdateCode = null;
2121

2222
/**
2323
* Create a new job instance.

0 commit comments

Comments
 (0)