Skip to content

Commit b5fc847

Browse files
Merge pull request #15 from Laravel-Lang/code-style-xolk3po
The code style has been fixed
2 parents 3e5d2f8 + 59ad18c commit b5fc847

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ updates:
55
directory: /
66
schedule:
77
interval: daily
8+
labels:
9+
- dependabot

src/Translator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class Translator extends BaseTranslator
2323
{
2424
public function get($key, array $replace = [], $locale = null, $fallback = true)
25-
{
25+
{
2626
$locale = $locale ?: $this->locale;
2727

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

0 commit comments

Comments
 (0)