mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #366] [MERGED] Cleanup unused vars #715
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/366
Author: @rmartinoscar
Created: 6/11/2024
Status: ✅ Merged
Merged: 6/11/2024
Merged by: @lancepioch
Base:
main← Head:cleanup📝 Commits (2)
a077285Cleanup12db74cUpdate app/Exceptions/Handler.php📊 Changes
5 files changed (+5 additions, -5 deletions)
View changed files
📝
app/Exceptions/Handler.php(+1 -1)📝
app/Filament/Resources/EggResource/RelationManagers/ServersRelationManager.php(+1 -1)📝
app/Filament/Resources/NodeResource/RelationManagers/NodesRelationManager.php(+1 -1)📝
app/Filament/Resources/ServerResource/Pages/ListServers.php(+1 -1)📝
app/Filament/Resources/UserResource/RelationManagers/ServersRelationManager.php(+1 -1)📄 Description
Removed unused $state
Unsure if
->map(fn ($exception) => $e->getTrace())should be changed to->map(fn ($exception) => $exception->getTrace())or->map(fn () => $e->getTrace())🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.