Cartalyst\Sentinel\Checkpoints\CheckpointInterface::fail PHP Method

fail() public method

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
return void
    public function fail(UserInterface $user = null);
CheckpointInterface