mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-07 19:49:59 -05:00
refactor: imports
This commit is contained in:
@@ -17,6 +17,7 @@ use App\Models\Language;
|
||||
use Carbon\Carbon;
|
||||
use Closure;
|
||||
use Illuminate\Support\Facades\App;
|
||||
use Illuminate\Support\Facades\Date;
|
||||
|
||||
class SetLanguage
|
||||
{
|
||||
@@ -52,7 +53,7 @@ class SetLanguage
|
||||
$locale = \explode('-', $locale)[0];
|
||||
}
|
||||
|
||||
\Date::setLocale($locale);
|
||||
Date::setLocale($locale);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user