Exemplo n.º 1
0
 /**
  * Set the event dispatcher instance.
  *
  * @param \Illuminate\Events\Dispatcher
  * @return void 
  * @static 
  */
 public static function setDispatcher($events)
 {
     \Illuminate\View\Environment::setDispatcher($events);
 }