From 56d9a0207ca933d9ed8f91aa2a2c9a81f6f2dd5a Mon Sep 17 00:00:00 2001 From: F4ilji Date: Sat, 21 Mar 2026 01:02:12 +0500 Subject: [PATCH] changes --- app/Jobs/CreateVkPostJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/CreateVkPostJob.php b/app/Jobs/CreateVkPostJob.php index 14231c7..6008983 100755 --- a/app/Jobs/CreateVkPostJob.php +++ b/app/Jobs/CreateVkPostJob.php @@ -31,7 +31,7 @@ class CreateVkPostJob implements ShouldQueue protected $primary_attachments_mode; public function __construct( - int $post_id, string $title, string $message, array $images = [], array $videos = [], ?int $publish_date = null, string $primary_attachments_mode = 'carousel' + int $post_id, string $title, string $message, array $images = [], array $videos = [], ?int $publish_date = null, string $primary_attachments_mode = 'grid' ) { $this->post_id = $post_id;