From 878dd2d5c1d07a541dc25d477f3b7117d1c8efa2 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:00:57 +0100 Subject: [PATCH] Revert tableName to be public --- 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;