Unverified Commit fb845a42 authored by KaMe's avatar KaMe Committed by GitHub

body not required to edit a page.

parent b8cae941
......@@ -19,8 +19,7 @@ class UpdatePageRequest extends BaseFormRequest
{
return [
'title' => 'required',
'slug' => 'required',
'body' => 'required',
'slug' => 'required',
];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment