From 7e71f570b03dfb28f4a90ec0bd008d366375dc61 Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Fri, 16 Sep 2022 12:27:16 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E8=A1=A5=E5=85=85=E8=AF=B4?=
 =?UTF-8?q?=E6=98=8E=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/Http/Controllers/ProgramAppendConstructController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/Http/Controllers/ProgramAppendConstructController.php b/app/Http/Controllers/ProgramAppendConstructController.php
index df3b98f..f1c009a 100644
--- a/app/Http/Controllers/ProgramAppendConstructController.php
+++ b/app/Http/Controllers/ProgramAppendConstructController.php
@@ -112,7 +112,7 @@ class ProgramAppendConstructController extends BaseController
             "name" => ["required_without:is_original"],
             "from" => ["required"],
             "price" => ["required", "numeric"],
-            "post" => [],
+            "append" => [],
         ]);
         $append->fill($payload);
         $append->is_original = $request->post("is_original", 0);