🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing: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, ) { } }
Save Changes
Cancel
Create New File
Create New Folder