Exemplo n.º 1
0
 /**
  * Get the event dispatcher instance.
  *
  * @return \Illuminate\Contracts\Events\Dispatcher 
  * @static 
  */
 public static function getDispatcher()
 {
     return \Illuminate\Auth\Guard::getDispatcher();
 }