Update.php 215 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Database\Driver\mysql;
  3. use Drupal\Core\Database\Query\Update as QueryUpdate;
  4. /**
  5. * MySQL implementation of \Drupal\Core\Database\Query\Update.
  6. */
  7. class Update extends QueryUpdate {}