From 84eaf9b77e2dd648e325f5f56c8301f4c7415f27 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:42:13 +0100 Subject: [PATCH] Use Computed Properties By Default (#1898) --- src/Traits/ComponentUtilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Traits/ComponentUtilities.php b/src/Traits/ComponentUtilities.php index 815cd216e..d065b25ed 100644 --- a/src/Traits/ComponentUtilities.php +++ b/src/Traits/ComponentUtilities.php @@ -45,7 +45,7 @@ trait ComponentUtilities protected array $extraWithAvgs = []; - protected bool $useComputedProperties = false; + protected bool $useComputedProperties = true; /** * Set any configuration options