File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/fortify/src/Events/RecoveryCodeReplaced.php
Back
<?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; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings