Esempio n. 1
0
 /**
  * Get the current event dispatcher instance.
  *
  * @return \Illuminate\Events\Dispatcher
  */
 public function getEventDispatcher()
 {
     return $this->capsule->getEventDispatcher();
 }