Merge pull request #10369 from firefly-iii/fix-10367

Fix 10367
This commit is contained in:
James Cole
2025-05-26 06:08:14 +02:00
committed by GitHub
3 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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,

0
public/v1/js/.gitkeep Normal file → Executable file
View File