Skip to content
Snippets Groups Projects
Commit 8f07a990 authored by Larry Garfield's avatar Larry Garfield
Browse files

Add more use statements.

parent 7ef58b85
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2,6 +2,8 @@
namespace Drupal\Database;
use Drupal\Database\DatabaseSchemaObjectExistsException;
use Drupal\Database\Query\DatabaseCondition;
use Drupal\Database\Query\PlaceholderInterface;
/**
......
......@@ -2,6 +2,10 @@
namespace Drupal\Database\Driver\mysql;
use Drupal\Database\Database;
use Drupal\Database\Query\DatabaseCondition;
use Drupal\Database\DatabaseSchemaObjectExistsException;
use Drupal\Database\DatabaseSchemaObjectDoesNotExistException;
use Drupal\Database\DatabaseSchema as DatabaseDatabaseSchema;
use Exception;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment