Skip to content

Commit

Permalink
Merge branch 'master' into 4-single-use
Browse files Browse the repository at this point in the history
rosswintle authored Nov 1, 2021
2 parents 8f1229e + ea15d64 commit e77e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoLogin.php
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ class AutoLogin {
*
* @return AutoLogin Instance
*/
public static function instance( $command_name = 'dbi', $expires = 10_368_000 ) {
public static function instance( $command_name = 'dbi', $expires = 10368000 ) {
if ( ! isset( self::$instance ) || ! ( self::$instance instanceof AutoLogin ) ) {
self::$instance = new AutoLogin();
self::$instance->init( $command_name, $expires );

0 comments on commit e77e7ca

Please sign in to comment.