/**
  * Sets the cookie driver for Sentry.
  *
  * @param \Cartalyst\Sentry\Cookies\CookieInterface $cookie
  * @return void 
  * @static 
  */
 public static function setCookie($cookie)
 {
     \Cartalyst\Sentry\Sentry::setCookie($cookie);
 }