Skip to content

Commit

Permalink
body not required to edit a page.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamekun authored May 9, 2018
1 parent b8cae94 commit fb845a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/Page/Http/Requests/UpdatePageRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ public function translationRules()
{
return [
'title' => 'required',
'slug' => 'required',
'body' => 'required',
'slug' => 'required',
];
}

Expand Down

0 comments on commit fb845a4

Please sign in to comment.