Example #1
0
 /**
  * Sets the event dispatcher instance.
  *
  * @param \Illuminate\Events\Dispatcher $dispatcher
  * @return $this 
  * @static 
  */
 public static function setDispatcher($dispatcher)
 {
     return \Cartalyst\Sentinel\Sentinel::setDispatcher($dispatcher);
 }