/**
  * Sets the throttle provider for Sentry.
  *
  * @param \Cartalyst\Sentry\Throttling\ProviderInterface
  * @return void 
  * @static 
  */
 public static function setThrottleProvider($throttleProvider)
 {
     \Cartalyst\Sentry\Sentry::setThrottleProvider($throttleProvider);
 }