Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Oct 25, 2024
1 parent ebfe83b commit 441179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelLivewireTablesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function boot(): void
__DIR__.'/../config/livewire-tables.php', 'livewire-tables'
);

// Load Default Translations
// Load Default Translations
$this->loadJsonTranslationsFrom(
__DIR__.'/../resources/lang'
);
Expand Down

0 comments on commit 441179d

Please sign in to comment.