From 6599bb7f4f4d212a7d07fabe2af42e2cca2ca994 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sun, 1 Jun 2025 14:15:21 +1000 Subject: [PATCH] Fix deprecation message introduced by 3d511f3 --- app/View/Components/Attribute.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/View/Components/Attribute.php b/app/View/Components/Attribute.php index cc12c0bd..30ed1ac4 100644 --- a/app/View/Components/Attribute.php +++ b/app/View/Components/Attribute.php @@ -13,6 +13,7 @@ class Attribute extends Component public bool $edit; public bool $new; public bool $old; + public bool $updated; /** * Create a new component instance.