Sindbad~EG File Manager

Current Path : /var/www/html/eddacademiach.sumar.com.py/vendor/laravel/fortify/src/Events/
Upload File :
Current File : /var/www/html/eddacademiach.sumar.com.py/vendor/laravel/fortify/src/Events/RecoveryCodeReplaced.php

<?php

namespace Laravel\Fortify\Events;

use Illuminate\Queue\SerializesModels;

class RecoveryCodeReplaced
{
    use SerializesModels;

    /**
     * The authenticated user.
     *
     * @var \Illuminate\Contracts\Auth\Authenticatable
     */
    public $user;

    /**
     * The recovery code.
     *
     * @var string
     */
    public $code;

    /**
     * Create a new event instance.
     *
     * @param  \Illuminate\Contracts\Auth\Authenticatable  $user
     * @param  string  $code
     * @return void
     */
    public function __construct($user, $code)
    {
        $this->user = $user;
        $this->code = $code;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists