Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Mar 5, 2023
2 parents dc7de83 + a1d695c commit b2130e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Requests/ApplicationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function rules(): array
"website" => [
"nullable",
"exclude_if:applicationType,assistant",
"url",
],
"merchandise" => [
"exclude_if:applicationType,assistant",
Expand Down

0 comments on commit b2130e9

Please sign in to comment.