Skip to content
Snippets Groups Projects
Commit 934c49b2 authored by Vitalii Koval's avatar Vitalii Koval Committed by Taras Kruts
Browse files

Issue #3377397 by Kovalskiy266: Fix duplication of event enrollees and organizers

parent 9a59629c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,11 @@
* Install, update and uninstall functions for the social_event module.
*/
use Drupal\Core\Config\ConfigException;
use Drupal\Core\Config\FileStorage;
use Drupal\Core\Entity\Entity\EntityViewDisplay;
use Drupal\Core\Entity\Entity\EntityViewMode;
use Drupal\Core\Entity\EntityStorageException;
use Drupal\Core\Site\Settings;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\FieldConfigInterface;
......
......@@ -5,6 +5,7 @@ namespace Drupal\social\Behat;
use Behat\Mink\Exception\ElementNotFoundException;
use Drupal\DrupalExtension\Context\MinkContext;
use Behat\Gherkin\Node\TableNode;
/**
* Defines application features from the specific context.
......
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