mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #795] [MERGED] Move installer to correct namespace #976
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/795
Author: @Boy132
Created: 12/8/2024
Status: ✅ Merged
Merged: 12/8/2024
Merged by: @Boy132
Base:
main← Head:fix/installer-discover📝 Commits (1)
c5ad035fix installer discover📊 Changes
9 files changed (+19 additions, -19 deletions)
View changed files
📝
app/Http/Controllers/Auth/LoginController.php(+1 -1)📝
app/Livewire/Installer/PanelInstaller.php(+7 -7)📝
app/Livewire/Installer/Steps/CacheStep.php(+2 -2)📝
app/Livewire/Installer/Steps/DatabaseStep.php(+2 -2)📝
app/Livewire/Installer/Steps/EnvironmentStep.php(+2 -2)📝
app/Livewire/Installer/Steps/QueueStep.php(+2 -2)📝
app/Livewire/Installer/Steps/RequirementsStep.php(+1 -1)📝
app/Livewire/Installer/Steps/SessionStep.php(+1 -1)📝
routes/base.php(+1 -1)📄 Description
This fixes the 500 error when clicking "Next".
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.