Skip to content

Commit 747d015

Browse files
authored
Update ChangeLog for TypeHintFixes
1 parent b71c0a9 commit 747d015

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## PREVIEW
6+
### Tweaks
7+
- Tidying PHPDocs by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2246
8+
59
## [v3.7.1] - 2025-02-28
610
### Bug Fixes
711
- Ensure that LinkColumn is included in query if "from" is defined

src/LaravelLivewireTablesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot(): void
3030
// Load Default Translations
3131
$this->loadJsonTranslationsFrom(
3232
__DIR__.'/../resources/lang/json'
33-
);
33+
);
3434

3535
// Override if Published
3636
$this->loadJsonTranslationsFrom(

0 commit comments

Comments
 (0)