[PR #1039] [MERGED] Call parent constructor in custom oauth provider classes #1131

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1039
Author: @Boy132
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-oauth-contructor


📝 Commits (1)

  • 0496bba call parent constructor in custom oauth provider classes

📊 Changes

4 files changed (+16 additions, -4 deletions)

View changed files

📝 app/Extensions/OAuth/Providers/AuthentikProvider.php (+4 -1)
📝 app/Extensions/OAuth/Providers/DiscordProvider.php (+4 -1)
📝 app/Extensions/OAuth/Providers/GithubProvider.php (+4 -1)
📝 app/Extensions/OAuth/Providers/SteamProvider.php (+4 -1)

📄 Description

Without the parent constructor the provider isn't registered properly.


🔄 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/1039 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-oauth-contructor` --- ### 📝 Commits (1) - [`0496bba`](https://github.com/pelican-dev/panel/commit/0496bba603edf85b5dc731627f551c46f53f75c2) call parent constructor in custom oauth provider classes ### 📊 Changes **4 files changed** (+16 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Extensions/OAuth/Providers/AuthentikProvider.php` (+4 -1) 📝 `app/Extensions/OAuth/Providers/DiscordProvider.php` (+4 -1) 📝 `app/Extensions/OAuth/Providers/GithubProvider.php` (+4 -1) 📝 `app/Extensions/OAuth/Providers/SteamProvider.php` (+4 -1) </details> ### 📄 Description Without the parent constructor the provider isn't registered properly. --- <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:20:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1131