Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aon4o authored and actions-user committed Jul 25, 2024
1 parent 57e03e4 commit a43c7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LanguageLine.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static function getTranslationsForGroup(string $locale, string $group): a
DB::connection()->getPdo();
} catch (PDOException $exception) {
Log::error('laravel-translation-loader: Could not connect to the database, falling back to file translations');

return [];
}

Expand Down

0 comments on commit a43c7b5

Please sign in to comment.