diff --git a/docs/guide/upgrading/9.0.md b/docs/guide/upgrading/9.0.md index 186d145f2..0216ff54e 100644 --- a/docs/guide/upgrading/9.0.md +++ b/docs/guide/upgrading/9.0.md @@ -570,13 +570,6 @@ class MyForm extends SharpForm } ``` - - ## Form and Show Fields are now formatted even if you don’t transform them This shouldn’t cause any trouble, as this is a fix, but it could break unorthodox code: field formatters (which are used to format the field value for the frontend) are now properly and always called before displaying data to the front, even if you don’t transform your data with `$this->transform()` method.