/**
  * Set the event dispatcher instance on the connection.
  *
  * @param \Illuminate\Contracts\Events\Dispatcher $events
  * @return void 
  * @static 
  */
 public static function setEventDispatcher($events)
 {
     //Method inherited from \Illuminate\Database\Connection
     \Illuminate\Database\PostgresConnection::setEventDispatcher($events);
 }