File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/fortify/src/RecoveryCode.php
Back
<?php namespace Laravel\Fortify; use Illuminate\Support\Str; class RecoveryCode { /** * Generate a new recovery code. * * @return string */ public static function generate() { return Str::random(10).'-'.Str::random(10); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings