Skip to content

Commit

Permalink
update readme around updating a user
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew13 committed Oct 17, 2013
1 parent 81ae05c commit 171f410
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,9 @@ To update an user already in the database you'll Need to make sure your ruleset
$user->email = Input::get('email');
// Save
// This was previously update, but Ardent changed :(
// Issue: https://github.com/laravelbook/ardent/issues/84
// This was previously update, but Ardent changed.
$user->updateUniques();
}
}

Expand Down

0 comments on commit 171f410

Please sign in to comment.