Cartalyst\Sentinel\Checkpoints\CheckpointInterface::fail PHP Метод

fail() публичный Метод

Checkpoint for when a failed login attempt is logged. User is not always passed and the result of the method will not affect anything, as the login failed.
public fail ( Cartalyst\Sentinel\Users\UserInterface $user = null ) : void
$user Cartalyst\Sentinel\Users\UserInterface
Результат void
    public function fail(UserInterface $user = null);
CheckpointInterface