Skip to content

Commit

Permalink
Update drupal/migrate_plus requirement from 6.0.2 to 6.0.4 (#3555)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Parsons <[email protected]>
Co-authored-by: tadean <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 37e5af5 commit 383e443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"drupal/menu_block": "1.11.0",
"drupal/menu_link_attributes": "1.3.0",
"drupal/metatag": "2.0.0",
"drupal/migrate_plus": "6.0.2",
"drupal/migrate_plus": "6.0.4",
"drupal/migrate_queue_importer": "2.1.1",
"drupal/migrate_tools": "6.0.4",
"drupal/optional_end_date": "1.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class AZEnterpriseAttributesJson extends Json {
/**
* {@inheritdoc}
*/
protected function getSourceData($url): array {
$source_data = parent::getSourceData($url);
protected function getSourceData($url, $item_selector = ''): array {
$source_data = parent::getSourceData($url, $item_selector);
// Create nested children.
foreach ($source_data as $index => $item) {
// Add child terms to data.
Expand Down

0 comments on commit 383e443

Please sign in to comment.