mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
fix: replace deprecated package
This commit is contained in:
@@ -140,8 +140,7 @@ return [
|
||||
'URL' => Illuminate\Support\Facades\URL::class,
|
||||
'Validator' => Illuminate\Support\Facades\Validator::class,
|
||||
'View' => Illuminate\Support\Facades\View::class,
|
||||
'Form' => Collective\Html\FormFacade::class,
|
||||
'Html' => Collective\Html\HtmlFacade::class,
|
||||
'Html' => Spatie\Html\Facades\Html::class,
|
||||
'Preferences' => Preferences::class,
|
||||
'FireflyConfig' => FireflyConfig::class,
|
||||
'Navigation' => Navigation::class,
|
||||
|
||||
@@ -118,7 +118,6 @@ return [
|
||||
|
||||
// tokens and keys
|
||||
'fixer_api_key' => env('FIXER_API_KEY', ''),
|
||||
'mapbox_api_key' => env('MAPBOX_API_KEY', ''),
|
||||
'ipinfo_token' => env('IPINFO_TOKEN', ''),
|
||||
'static_cron_token' => envNonEmpty('STATIC_CRON_TOKEN'),
|
||||
|
||||
|
||||
@@ -171,7 +171,7 @@ return [
|
||||
'Steam',
|
||||
'Config',
|
||||
'Request',
|
||||
'Form' => ['is_safe' => ['input', 'select', 'checkbox', 'model', 'open', 'radio', 'textarea', 'file']],
|
||||
'Html',
|
||||
'ExpandedForm' => [
|
||||
'is_safe' => [
|
||||
'date',
|
||||
|
||||
Reference in New Issue
Block a user