Cartalyst\Sentinel\Native\SentinelBootstrapper::createThrottleCheckpoint PHP Method

createThrottleCheckpoint() protected method

Create a throttle checkpoint.
protected createThrottleCheckpoint ( IlluminateThrottleRepository $throtte, string $ipAddress ) : ThrottleCheckpoint
$throtte Cartalyst\Sentinel\Throttling\IlluminateThrottleRepository
$ipAddress string
return Cartalyst\Sentinel\Checkpoints\ThrottleCheckpoint
    protected function createThrottleCheckpoint(IlluminateThrottleRepository $throtte, $ipAddress)
    {
        return new ThrottleCheckpoint($throtte, $ipAddress);
    }