Skip to content

Commit

Permalink
fix tbale name.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 28, 2015
1 parent f24ea6e commit 44eb96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The generated class will be placed in the `app/Http/Requests` directory. Let's a
public function rules()
{
return [
'title' => 'required|unique:blog_posts|max:255',
'title' => 'required|unique:posts|max:255',
'body' => 'required',
];
}
Expand Down

0 comments on commit 44eb96c

Please sign in to comment.