This commit is contained in:
F4ilji
2026-03-21 01:00:31 +05:00
parent d0a106159d
commit e58c3088f1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class CreateVkPost implements ShouldQueue
readonly private array $images = [],
readonly private int $post_id,
readonly private int|null $publish_date = null,
readonly private string $primary_attachments_mode = 'carousel',
readonly private string $primary_attachments_mode = 'grid',
)
{}