Fix some use statements.
parent
d5b018ce69
commit
5098b449ae
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Drupal\Database\Query;
|
||||
|
||||
use Exception;
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* Exception thrown for merge queries that do not make semantic sense.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Drupal\Database\Query\SelectExtender;
|
||||
use Drupal\Database\DatabaseStatementEmpty;
|
||||
use Drupal\Database\StatementEmpty;
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
Loading…
Reference in New Issue