File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/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 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings