diff --git a/changelog.md b/changelog.md index cb43f9e7e1..a7d0fffcf8 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 6.2.16 - 2025-xx-xx + +### Fixed + +- #10367 + ## 6.2.15 - 2025-05-26 ### Fixed diff --git a/config/app.php b/config/app.php index 35bb4daa8b..a7d1a23524 100644 --- a/config/app.php +++ b/config/app.php @@ -66,6 +66,7 @@ use Illuminate\Queue\QueueServiceProvider; use Illuminate\Redis\RedisServiceProvider; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Config; +use Illuminate\Support\Facades\Lang; use Illuminate\Support\Facades\Route; use Illuminate\Support\Facades\Session; use Illuminate\Support\Facades\URL; @@ -147,6 +148,7 @@ return [ 'Session' => Session::class, 'URL' => URL::class, 'Html' => Html::class, + 'Lang' => Lang::class, 'AccountForm' => AccountForm::class, 'CurrencyForm' => CurrencyForm::class, 'ExpandedForm' => ExpandedForm::class, diff --git a/public/v1/js/.gitkeep b/public/v1/js/.gitkeep old mode 100644 new mode 100755