🤩 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:Attempting.php
<?php namespace Illuminate\Auth\Events; class Attempting { /** * Create a new event instance. * * @param string $guard The authentication guard name. * @param array $credentials The credentials for the user. * @param bool $remember Indicates if the user should be "remembered". */ public function __construct( public $guard, #[\SensitiveParameter] public $credentials, public $remember, ) { } }
Save Changes
Cancel
Create New File
Create New Folder