File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Auth/Events/Validated.php
Back
<?php namespace Illuminate\Auth\Events; use Illuminate\Queue\SerializesModels; class Validated { use SerializesModels; /** * The authentication guard name. * * @var string */ public $guard; /** * The user retrieved and validated from the User Provider. * * @var \Illuminate\Contracts\Auth\Authenticatable */ public $user; /** * Create a new event instance. * * @param string $guard * @param \Illuminate\Contracts\Auth\Authenticatable $user * @return void */ public function __construct($guard, $user) { $this->user = $user; $this->guard = $guard; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings