File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/framework/src/Illuminate/Auth/Events/Login.php
Back
<?php namespace Illuminate\Auth\Events; use Illuminate\Queue\SerializesModels; class Login { use SerializesModels; /** * The authentication guard name. * * @var string */ public $guard; /** * The authenticated user. * * @var \Illuminate\Contracts\Auth\Authenticatable */ public $user; /** * Indicates if the user should be "remembered". * * @var bool */ public $remember; /** * Create a new event instance. * * @param string $guard * @param \Illuminate\Contracts\Auth\Authenticatable $user * @param bool $remember * @return void */ public function __construct($guard, $user, $remember) { $this->user = $user; $this->guard = $guard; $this->remember = $remember; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings