Cartalyst\Sentinel\Checkpoints\ThrottlingException::getFree PHP Метод

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

Returns a Carbon object representing the time which the throttle is lifted.
public getFree ( ) : Carbon\Carbon
Результат Carbon\Carbon
    public function getFree()
    {
        return Carbon::now()->addSeconds($this->delay);
    }