Fix some use statements.

8.0.x
Larry Garfield 2012-01-02 21:12:43 -06:00
parent d5b018ce69
commit 5098b449ae
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace Drupal\Database\Query; namespace Drupal\Database\Query;
use Exception; use RuntimeException;
/** /**
* Exception thrown for merge queries that do not make semantic sense. * Exception thrown for merge queries that do not make semantic sense.

View File

@ -1,7 +1,7 @@
<?php <?php
use Drupal\Database\Query\SelectExtender; use Drupal\Database\Query\SelectExtender;
use Drupal\Database\DatabaseStatementEmpty; use Drupal\Database\StatementEmpty;
/** /**
* @file * @file