mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +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,
|
||||
|
||||
Reference in New Issue
Block a user