Skip to content

Commit

Permalink
The static hell is there
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Feb 14, 2025
1 parent 1aa2bfc commit 19938fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public static function get_providers() {
* @param WP_User|int|null $user User ID.
* @return array List of provider instances indexed by provider key.
*/
public function get_supported_providers_for_user( $user = null ) {
public static function get_supported_providers_for_user( $user = null ) {
$user = self::fetch_user( $user );
$providers = self::get_providers();

Expand Down

0 comments on commit 19938fb

Please sign in to comment.