Skip to content

Commit 6a63e9f

Browse files
authored
Revert tableName to be public (rappasoft#1937)
1 parent 1be3aad commit 6a63e9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Traits/ComponentUtilities.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ trait ComponentUtilities
2424

2525
protected array $relationships = [];
2626

27-
protected string $tableName = 'table';
27+
#[Locked]
28+
public string $tableName = 'table';
2829

2930
#[Locked]
3031
public ?string $dataTableFingerprint;

0 commit comments

Comments
 (0)