[PR #997] [MERGED] Remove Deprecated PHPDoc comment & AuditLog Model #1101

Closed
opened 2026-02-04 19:17:46 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/997
Author: @rmartinoscar
Created: 2/11/2025
Status: Merged
Merged: 2/11/2025
Merged by: @rmartinoscar

Base: mainHead: remove/Deprecated


📝 Commits (2)

  • c727486 Remove missleading deprecation, you cant use can/cannot on apikeys
  • 34d644d Remove unused AuditLog Model

📊 Changes

4 files changed (+23 additions, -90 deletions)

View changed files

app/Models/AuditLog.php (+0 -87)
📝 app/Models/Backup.php (+0 -1)
📝 app/Transformers/Api/Application/BaseTransformer.php (+0 -2)
database/migrations/2025_02_11_181129_remove_audit_logs_table.php (+23 -0)

📄 Description

It's unused & pterodactyl had it marked as Deprecated


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/997 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `remove/Deprecated` --- ### 📝 Commits (2) - [`c727486`](https://github.com/pelican-dev/panel/commit/c727486b15c680e248e35e60b6e8a224328e0cf9) Remove missleading deprecation, you cant use can/cannot on apikeys - [`34d644d`](https://github.com/pelican-dev/panel/commit/34d644d808c8ed10867fe02e590475f4fafa5c22) Remove unused `AuditLog` Model ### 📊 Changes **4 files changed** (+23 additions, -90 deletions) <details> <summary>View changed files</summary> ➖ `app/Models/AuditLog.php` (+0 -87) 📝 `app/Models/Backup.php` (+0 -1) 📝 `app/Transformers/Api/Application/BaseTransformer.php` (+0 -2) ➕ `database/migrations/2025_02_11_181129_remove_audit_logs_table.php` (+23 -0) </details> ### 📄 Description It's unused & [pterodactyl had it marked as Deprecated](https://github.com/pterodactyl/panel/blob/9cac00cd550f407e06925562309705243f9c600e/CHANGELOG.md?plain=1#L328) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:17:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1101