Issue #2428377 by sun, daffie, amateescu: SQLite Schema class is missing use Drupal\Component\Utility\Unicode

8.0.x
Alex Pott 2015-02-18 12:57:37 +00:00
parent 3058984b76
commit 7b3189de17
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
namespace Drupal\Core\Database\Driver\sqlite;
use Drupal\Component\Utility\String;
use Drupal\Component\Utility\Unicode;
use Drupal\Core\Database\SchemaObjectExistsException;
use Drupal\Core\Database\SchemaObjectDoesNotExistException;
use Drupal\Core\Database\Schema as DatabaseSchema;