From d41544fc664fe9871d5cc877824c7bafb5f8123c Mon Sep 17 00:00:00 2001 From: tabuna Date: Mon, 2 Sep 2024 01:33:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20b9cec?= =?UTF-8?q?6333a16dddc37d596378dcb357a94bc7127=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ru/docs/quickstart-files/index.html | 6 ++--- ru/index.html | 38 ++++++++++++++--------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/ru/docs/quickstart-files/index.html b/ru/docs/quickstart-files/index.html index 610c0ce89..1bbcda1c9 100644 --- a/ru/docs/quickstart-files/index.html +++ b/ru/docs/quickstart-files/index.html @@ -509,7 +509,7 @@

Управление вложенными файлами

Quill::make('post.body') ->title('Main text'), - Upload::make('post.attachment') + Upload::make('post.attachments') ->title('All files') ]) @@ -535,7 +535,7 @@

Управление вложенными файлами

$post->fill($request->get('post'))->save(); $post->attachment()->syncWithoutDetaching( - $request->input('post.attachment', []) + $request->input('post.attachments', []) ); Alert::info('You have successfully created a post.'); @@ -553,7 +553,7 @@

Управление вложенными файлами

Но при новом обращении к редактированию записи, поле будет пустым. Это из-за того, что query не знает о дополнительных записях к нашей модели. Исправим это добавив загрузку:

public function query(Post $post): array
 {
-    $post->load('attachment');
+    $post->load('attachments');
 
     return [
         'post' => $post
diff --git a/ru/index.html b/ru/index.html
index fc868b971..ad5074745 100644
--- a/ru/index.html
+++ b/ru/index.html
@@ -564,29 +564,29 @@ 

Free & Open Source class="rounded-circle m-1 border border-dark shadow" loading="lazy"> - - - - - - @@ -596,34 +596,34 @@

Free & Open Source class="rounded-circle m-1 border border-dark shadow" loading="lazy"> - - - - - - - - - - - + +