From f5b6508b30bb7d345f29cf4a9298ecec2b9f21a2 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 6 Jan 2025 14:13:06 +0100 Subject: [PATCH] cleanup --- docs/guide/upgrading/9.0.md | 7 ------- 1 file changed, 7 deletions(-) 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.