mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1722] [CLOSED] Make models strict and enable auto eager loading #1541
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/1722
Author: @Boy132
Created: 9/19/2025
Status: ❌ Closed
Base:
main← Head:boy132/eager-and-lazy📝 Commits (6)
734a111make models strict and enable auto eager loading0893e46fix test45dd239fix user "name"5536a7bfix tests v225509f3init value5ea3257add todo📊 Changes
9 files changed (+15 additions, -5 deletions)
View changed files
📝
app/Console/Commands/User/DeleteUserCommand.php(+1 -1)📝
app/Models/EggVariable.php(+2 -0)📝
app/Models/Server.php(+1 -0)📝
app/Models/User.php(+0 -1)📝
app/Notifications/AccountCreated.php(+1 -1)📝
app/Notifications/MailTested.php(+1 -1)📝
app/Providers/AppServiceProvider.php(+4 -0)📝
app/Transformers/Api/Client/AllocationTransformer.php(+3 -0)📝
tests/Integration/Services/Servers/StartupModificationServiceTest.php(+2 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.