mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Fix #10367
This commit is contained in:
@@ -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
0
public/v1/js/.gitkeep
Normal file → Executable file
Reference in New Issue
Block a user