Skip to content

Commit

Permalink
body not required to create a page.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamekun authored May 9, 2018
1 parent 905b9d5 commit b8cae94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/Page/Http/Requests/CreatePageRequest.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 b8cae94

Please sign in to comment.