Skip to content
Snippets Groups Projects
Commit 6c72b9e1 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2369933 by amateescu: Fixed Remove references to an exception class...

Issue #2369933 by amateescu: Fixed Remove references to an exception class that doesn't exist (\Drupal\entity_reference\Exception\MissingDefaultValueException).
parent 687d72da
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
use Drupal\Core\Field\FieldItemBase; use Drupal\Core\Field\FieldItemBase;
use Drupal\Core\TypedData\DataDefinition; use Drupal\Core\TypedData\DataDefinition;
use Drupal\Core\TypedData\DataReferenceDefinition; use Drupal\Core\TypedData\DataReferenceDefinition;
use Drupal\entity_reference\Exception\MissingDefaultValueException;
/** /**
* Defines the 'entity_reference' entity field type. * Defines the 'entity_reference' entity field type.
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
use Drupal\Component\Utility\String; use Drupal\Component\Utility\String;
use Drupal\config\Tests\AssertConfigEntityImportTrait; use Drupal\config\Tests\AssertConfigEntityImportTrait;
use Drupal\entity_reference\Exception\MissingDefaultValueException;
use Drupal\field\Entity\FieldConfig; use Drupal\field\Entity\FieldConfig;
use Drupal\simpletest\WebTestBase; use Drupal\simpletest\WebTestBase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment