File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Auth/Events
Upload
[..]
Failed.php (528 B)
Edit
Rename
Del
Edit: Failed.php
<?php namespace Illuminate\Auth\Events; class Failed { /** * Create a new event instance. * * @param string $guard The authentication guard name. * @param \Illuminate\Contracts\Auth\Authenticatable|null $user The user the attempter was trying to authenticate as. * @param array $credentials The credentials provided by the attempter. */ public function __construct( public $guard, public $user, #[\SensitiveParameter] public $credentials, ) { } }
Simpan