mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
[PR #1576] [MERGED] Add abstract base class for panel providers #1464
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/1576
Author: @Boy132
Created: 8/5/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @Boy132
Base:
main← Head:boy132/abstract-panel-class📝 Commits (1)
fe1903fadd abstract base class for panel providers📊 Changes
4 files changed (+64 additions, -129 deletions)
View changed files
📝
app/Providers/Filament/AdminPanelProvider.php(+3 -44)📝
app/Providers/Filament/AppPanelProvider.php(+4 -45)➕
app/Providers/Filament/PanelProvider.php(+55 -0)📝
app/Providers/Filament/ServerPanelProvider.php(+2 -40)📄 Description
Use an abstract base class for our panel providers to reduce duplicate code.
Also make the
apppanel the default one rather than theadminpanel.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.