You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ You can control the data which gets validated by adding validationData method.
81
81
// 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.,
82
82
$data["name"] = strtolower($data["name"]);
83
83
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.
0 commit comments