芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/modules/two-factor/container.php
REST::class, ]; $c[ \ITSEC_Two_Factor::class ] = static function () { return \ITSEC_Two_Factor::get_instance(); }; $c[ Scan::class ] = static function ( Container $c ) { return new Scan( $c[ User_Groups\Matcher::class ], $c[ \ITSEC_Two_Factor::class ] ); }; $c[ REST::class ] = static function ( Container $c ) { return new REST( $c[ Scan::class ] ); }; };