Skip to content

Commit

Permalink
v3.4.20 - Development to Master (#1938)
Browse files Browse the repository at this point in the history
* Revert tableName to be public (#1937)

* v3.4.20 ChangeLog

---------

Co-authored-by: lrljoe <[email protected]>
  • Loading branch information
lrljoe and lrljoe authored Sep 10, 2024
1 parent e4c05a8 commit 9ddb9ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-livewire-tables` will be documented in this file

## [v3.4.20] - 2024-09-10
### Bug Fixes
- Revert tableName to be public by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1937

## [v3.4.19] - 2024-09-08
### Bug Fixes
- Adjustment for Laravel 10 GH Workflows by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1933
Expand Down
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 9ddb9ae

Please sign in to comment.