/**
  * Returns the event dispatcher.
  *
  * @return \Illuminate\Events\Dispatcher 
  * @static 
  */
 public static function getDispatcher()
 {
     return \Cartalyst\Sentinel\Sentinel::getDispatcher();
 }