/**
  * Set the connection name to be used.
  *
  * @param  string $connection
  * @return void
  */
 public function setConnection($connection)
 {
     parent::setConnection($connection);
     $this->wrappedConnection = null;
 }