mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Update PHPdoc on Authenticator::set_default_authenticator() to show param name
This commit is contained in:
parent
0692e26cc7
commit
d8014d3110
@ -172,7 +172,7 @@ abstract class Authenticator extends SS_Object {
|
|||||||
/**
|
/**
|
||||||
* Set a default authenticator (shows first in tabs)
|
* Set a default authenticator (shows first in tabs)
|
||||||
*
|
*
|
||||||
* @param string
|
* @param string $authenticator
|
||||||
*/
|
*/
|
||||||
public static function set_default_authenticator($authenticator) {
|
public static function set_default_authenticator($authenticator) {
|
||||||
self::$default_authenticator = $authenticator;
|
self::$default_authenticator = $authenticator;
|
||||||
|
Loading…
Reference in New Issue
Block a user