/**
  * Sets the IP address Sentry is bound to.
  *
  * @param string $ipAddress
  * @return void 
  * @static 
  */
 public static function setIpAddress($ipAddress)
 {
     \Cartalyst\Sentry\Sentry::setIpAddress($ipAddress);
 }