/**
  * Enables the event dispatcher.
  *
  * @return $this 
  * @static 
  */
 public static function enableDispatcher()
 {
     return \Cartalyst\Sentinel\Sentinel::enableDispatcher();
 }