diff --git a/README.md b/README.md index e70a506..4bdc3f3 100644 --- a/README.md +++ b/README.md @@ -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(); - - + } }