From 9372b1cb3fb11b422811c2b61e84acee4f6452ca Mon Sep 17 00:00:00 2001 From: simonbuehler Date: Thu, 31 Mar 2022 12:04:53 +0200 Subject: [PATCH] Add auto_approve Attribute fix the missing auto_approve attribute --- src/Requests/StoreRegistrant.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Requests/StoreRegistrant.php b/src/Requests/StoreRegistrant.php index 65e330d..f960036 100644 --- a/src/Requests/StoreRegistrant.php +++ b/src/Requests/StoreRegistrant.php @@ -23,6 +23,7 @@ class StoreRegistrant extends PersistResource "role_in_purchase_process" => "nullable|string|in:Decision Maker,Evaluator/Recommender,Influencer,Not involved", "no_of_employees" => "nullable|string|in:1-20,21-50,51-100,101-500,501-1,000,1,001-5,000,5,001-10,000,More than 10,000", "comments" => 'nullable|string|max:2000', + "auto_approve" => 'nullable' ]; protected $relatedResource = [