Skip to content

Commit

Permalink
Merge pull request #119 from simonbuehler/auto_approval
Browse files Browse the repository at this point in the history
Add auto_approve Attribute
  • Loading branch information
colinhall17 authored May 25, 2022
2 parents 18c425c + ecef548 commit cfc1099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Requests/StoreRegistrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit cfc1099

Please sign in to comment.