X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FServiceWiring.php;h=dcb4aaf5f5b179398c3eca06d4baceb3ef8e5367;hp=152c417364c5454071d486b8736756e9ad0776f8;hb=3bf40e4021fbe1087ab275767d5cf367b4a32f02;hpb=d912ae39113edf613ad47e30272d2eea68ef204d diff --git a/includes/ServiceWiring.php b/includes/ServiceWiring.php index 152c417364..dcb4aaf5f5 100644 --- a/includes/ServiceWiring.php +++ b/includes/ServiceWiring.php @@ -522,7 +522,7 @@ return [ }, 'PasswordReset' => function ( MediaWikiServices $services ) : PasswordReset { - $options = new ServiceOptions( PasswordReset::$constructorOptions, $services->getMainConfig() ); + $options = new ServiceOptions( PasswordReset::CONSTRUCTOR_OPTIONS, $services->getMainConfig() ); return new PasswordReset( $options, AuthManager::singleton(),