Sentinel\Models\User::throttle PHP Method

throttle() public method

The throttle object for this user, if one exists
public throttle ( ) : Cartalyst\Sentry\Throttling\Eloquent\Throttle | null
return Cartalyst\Sentry\Throttling\Eloquent\Throttle | null
    public function throttle()
    {
        return $this->hasOne('Cartalyst\\Sentry\\Throttling\\Eloquent\\Throttle', 'user_id');
    }