File manager - Edit - /home/linknsbh/proffy.online/vendor/pragmarx/google2fa-laravel/src/Facade.php
Back
<?php namespace PragmaRX\Google2FALaravel; use Illuminate\Support\Facades\Facade as IlluminateFacade; use PragmaRX\Google2FALaravel\Support\Authenticator; class Facade extends IlluminateFacade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'pragmarx.google2fa'; } /** * Get the registered name of the component. * * @return string */ public static function logout() { (new Authenticator(request()))->logout(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.83 |
proxy
|
phpinfo
|
Settings