mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-23 19:08:57 +03:00
[PR #650] [MERGED] Installer: fix argument types for testConnection & return type for submit
#877
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/650
Author: @Boy132
Created: 10/21/2024
Status: ✅ Merged
Merged: 10/21/2024
Merged by: @Boy132
Base:
main← Head:fix/installer-param-type📝 Commits (2)
af1f431fix argument types fortestConnectionc73c4a2fix return type of submit📊 Changes
3 files changed (+4 additions, -3 deletions)
View changed files
📝
app/Filament/Pages/Installer/PanelInstaller.php(+2 -1)📝
app/Filament/Pages/Installer/Steps/DatabaseStep.php(+1 -1)📝
app/Filament/Pages/Installer/Steps/RedisStep.php(+1 -1)📄 Description
Fixes
production.ERROR: App\Filament\Pages\Installer\Steps\DatabaseStep::testConnection(): Argument #2 ($host) must be of type string, null givenwhen using sqlite.Fixes
production.ERROR: App\Filament\Pages\Installer\PanelInstaller::submit(): Return value must be of type Illuminate\Http\RedirectResponse, Livewire\Features\SupportRedirects\Redirector returnedwhen clicking "Finish".🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.