Skip to content

Commit ce863af

Browse files
committed
Maximum number of characters increased.
1 parent ec4c4df commit ce863af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Requests/FormRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function rules()
1515
'slug.*' => 'nullable|alpha_dash|max:255|required_if:status.*,1|required_with:title.*',
1616
'status.*' => 'boolean',
1717
'summary.*' => 'nullable|max:1000',
18-
'body.*' => 'nullable|max:10000',
18+
'body.*' => 'nullable|max:20000',
1919
'address' => 'nullable|max:1000',
2020
'email' => 'nullable|email:rfc,dns|max:255',
2121
'website' => 'nullable|url|max:255',

0 commit comments

Comments
 (0)