Issue #3076169 by idebr: D6 OptionWidgetsField migrate plugin has wrong namespace

merge-requests/55/head
Lee Rowlands 2019-08-21 18:17:39 +10:00
parent 39909cea86
commit 7f66616b76
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\options\Plugin\migrate\field\d7;
namespace Drupal\options\Plugin\migrate\field\d6;
use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;