We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71c0a9 commit 747d015Copy full SHA for 747d015
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-livewire-tables` will be documented in this file
4
5
+## PREVIEW
6
+### Tweaks
7
+- Tidying PHPDocs by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2246
8
+
9
## [v3.7.1] - 2025-02-28
10
### Bug Fixes
11
- Ensure that LinkColumn is included in query if "from" is defined
src/LaravelLivewireTablesServiceProvider.php
@@ -30,7 +30,7 @@ public function boot(): void
30
// Load Default Translations
31
$this->loadJsonTranslationsFrom(
32
__DIR__.'/../resources/lang/json'
33
- );
+ );
34
35
// Override if Published
36
0 commit comments