This commit is contained in:
f4ilji
2024-11-13 13:38:58 +05:00
parent 462680ba77
commit f091b29b63
22 changed files with 488 additions and 418 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class UpdateVkPost implements ShouldQueue
readonly private string $text,
readonly private array $images = [],
readonly private int $post_id,
readonly private int $publish_date,
readonly private int|null $publish_date = null,
)
{}