Skip to content

Commit 3ae3b4a

Browse files
Apply lint
1 parent ea470ef commit 3ae3b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Livewire/Components/Locale.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function changeLang(string $lang): RedirectResponse|Redirector
2929
$user->save();
3030
}
3131
app()->setLocale($lang);
32+
3233
return redirect()->to(url()->current());
3334
}
3435

0 commit comments

Comments
 (0)