Skip to content

Commit

Permalink
Update PostController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
24aitor authored May 21, 2018
1 parent 7effc41 commit 1d20073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/PostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function update(Request $request, Post $post)
'description' => 'required|max:191',
'image' => 'max:191',
'category' => 'required|exists:laralum_blog_categories,id',
'content' => 'required|max:2000',
'content' => 'required',
'public' => 'required|boolean',
]);

Expand Down

0 comments on commit 1d20073

Please sign in to comment.