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