Skip to content

Commit

Permalink
Revert tableName to be public (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Sep 10, 2024
1 parent 1be3aad commit 6a63e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Traits/ComponentUtilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ trait ComponentUtilities

protected array $relationships = [];

protected string $tableName = 'table';
#[Locked]
public string $tableName = 'table';

#[Locked]
public ?string $dataTableFingerprint;
Expand Down

0 comments on commit 6a63e9f

Please sign in to comment.