PHP 8.3.31
Preview: Failed.php Size: 852 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Auth/Events/Failed.php

<?php

namespace Illuminate\Auth\Events;

class Failed
{
    /**
     * The authentication guard name.
     *
     * @var string
     */
    public $guard;

    /**
     * The user the attempter was trying to authenticate as.
     *
     * @var \Illuminate\Contracts\Auth\Authenticatable|null
     */
    public $user;

    /**
     * The credentials provided by the attempter.
     *
     * @var array
     */
    public $credentials;

    /**
     * Create a new event instance.
     *
     * @param  string  $guard
     * @param  \Illuminate\Contracts\Auth\Authenticatable|null  $user
     * @param  array  $credentials
     * @return void
     */
    public function __construct($guard, $user, #[\SensitiveParameter] $credentials)
    {
        $this->user = $user;
        $this->guard = $guard;
        $this->credentials = $credentials;
    }
}

Directory Contents

Dirs: 0 × Files: 13

Name Size Perms Modified Actions
769 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
654 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
660 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
852 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
428 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
841 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
647 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
658 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
471 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
490 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
482 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
683 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
475 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).