Cartalyst\Sentinel\Checkpoints\ThrottlingException::getFree PHP Method

getFree() public method

Returns a Carbon object representing the time which the throttle is lifted.
public getFree ( ) : Carbon\Carbon
return Carbon\Carbon
    public function getFree()
    {
        return Carbon::now()->addSeconds($this->delay);
    }