Created
May 11, 2015 19:40
-
-
Save alexpott/60663b978fb912b6c84d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/lib/Drupal/Core/Entity/EntityManager.php b/core/lib/Drupal/Core/Entity/EntityManager.php | |
index d749734..f185573 100644 | |
--- a/core/lib/Drupal/Core/Entity/EntityManager.php | |
+++ b/core/lib/Drupal/Core/Entity/EntityManager.php | |
@@ -23,7 +23,6 @@ | |
use Drupal\Core\Field\FieldStorageDefinitionEvents; | |
use Drupal\Core\Field\FieldStorageDefinitionInterface; | |
use Drupal\Core\Field\FieldStorageDefinitionListenerInterface; | |
-use Drupal\Core\KeyValueStore\KeyValueFactory; | |
use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; | |
use Drupal\Core\KeyValueStore\KeyValueStoreInterface; | |
use Drupal\Core\Language\LanguageInterface; | |
diff --git a/core/lib/Drupal/Core/Entity/EntityManagerInterface.php b/core/lib/Drupal/Core/Entity/EntityManagerInterface.php | |
index 02f7763..7b180d2 100644 | |
--- a/core/lib/Drupal/Core/Entity/EntityManagerInterface.php | |
+++ b/core/lib/Drupal/Core/Entity/EntityManagerInterface.php | |
@@ -9,7 +9,6 @@ | |
use Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface; | |
use Drupal\Component\Plugin\PluginManagerInterface; | |
-use Drupal\Core\Field\FieldDefinitionInterface; | |
use Drupal\Core\Field\FieldDefinitionListenerInterface; | |
use Drupal\Core\Field\FieldStorageDefinitionListenerInterface; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment