Ejemplo n.º 1
0
 /**
  * Get the event dispatcher used by the connection.
  *
  * @return \Illuminate\Contracts\Events\Dispatcher 
  * @static 
  */
 public static function getEventDispatcher()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Illuminate\Database\MySqlConnection::getEventDispatcher();
 }