From 6a63e9fab1eaf73aab11bede58083d0380464e43 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:07:28 +0100 Subject: [PATCH] Revert tableName to be public (#1937) --- src/Traits/ComponentUtilities.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Traits/ComponentUtilities.php b/src/Traits/ComponentUtilities.php index 11625c8de..8cf7bad19 100644 --- a/src/Traits/ComponentUtilities.php +++ b/src/Traits/ComponentUtilities.php @@ -24,7 +24,8 @@ trait ComponentUtilities protected array $relationships = []; - protected string $tableName = 'table'; + #[Locked] + public string $tableName = 'table'; #[Locked] public ?string $dataTableFingerprint;