Skip to content

Commit

Permalink
Merge pull request #15 from Laravel-Lang/code-style-xolk3po
Browse files Browse the repository at this point in the history
The code style has been fixed
  • Loading branch information
andrey-helldar committed Mar 27, 2024
2 parents 3e5d2f8 + 59ad18c commit b5fc847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ updates:
directory: /
schedule:
interval: daily
labels:
- dependabot
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Translator extends BaseTranslator
{
public function get($key, array $replace = [], $locale = null, $fallback = true)
{
{
$locale = $locale ?: $this->locale;

// For JSON translations, there is only one file per locale, so we will simply load
Expand Down

0 comments on commit b5fc847

Please sign in to comment.