run through pint

This commit is contained in:
2023-11-28 23:37:02 +05:00
parent 5b32575929
commit 56a7255e4a
18 changed files with 573 additions and 638 deletions

View File

@@ -25,7 +25,7 @@ class NovaRepo
$user = $event->request->user();
if (array_key_exists($user?->locale, config('app.locales'))) {
app()->setLocale($user->locale);
app()->setLocale($user->locale);
}
}