Exemplo n.º 1
0
 /**
  * Set the event dispatcher instance.
  *
  * @param \Illuminate\Contracts\Events\Dispatcher $dispatcher
  * @return void 
  * @static 
  */
 public static function setEventDispatcher($dispatcher)
 {
     \Illuminate\Log\Writer::setEventDispatcher($dispatcher);
 }