Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / migrate_drupal / src / MigrationCreationTrait.php
1 <?php
2
3 namespace Drupal\migrate_drupal;
4
5
6 /**
7  * @deprecated in Drupal 8.1.x, will be removed before Drupal 9.0.0. Use
8  *   \Drupal\migrate_drupal\MigrationConfigurationTrait instead.
9  */
10 trait MigrationCreationTrait {
11   use MigrationConfigurationTrait;
12
13 }