select()->where('post_id', $this->post_id)->first(); $tgService = new TgService(); $tgService->updatePost($postRelation->tg_post_id, $this->text, $this->images, json_decode($postRelation->media_content)); } catch (\Exception $e) { Log::error('Ошибка при создании поста: ' . $e->getMessage()); throw $e; } } }