Skip to content

Commit 63b0cbb

Browse files
Update README.md
1 parent 3389af5 commit 63b0cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can control the data which gets validated by adding validationData method.
8181
// Here $data is the value of $this->getAttributes(), feel free to use your own code to produce the data. Ex: $this->toArray(), $this->getOriginal(), etc.,
8282
$data["name"] = strtolower($data["name"]);
8383

84-
// <b>Note:</b> This wouldn't affect your actual model data which is going to persist in DB.
84+
// Note: This wouldn't affect your actual model data which is going to persist in DB.
8585
8686
return $data;
8787
}

0 commit comments

Comments
 (0)