Skip to content

Commit

Permalink
[TASK] Support Drupal 9
Browse files Browse the repository at this point in the history
  • Loading branch information
gertvdb committed Oct 29, 2020
1 parent e274408 commit 5eea0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iso3166.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ISO3611
type: module
description: Provide country and continent plugins based on ISO3611 data.
core: 8.x
package: ISO3611
core_version_requirement: ^8.8 || ^9
package: Field types
version: 8.x-1.0
2 changes: 1 addition & 1 deletion src/Plugin/iso3166/Continent/ContinentPluginBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract class ContinentPluginBase extends PluginBase implements ContinentPlugin
* The continent factory.
*/
public function __construct(array $configuration, $pluginId, $pluginDefinition, ContinentFactory $continentFactory) {
parent::__construct($configuration, $pluginId, $pluginDefinition, $continentFactory);
parent::__construct($configuration, $pluginId, $pluginDefinition);
$this->continentFactory = $continentFactory;
}

Expand Down

0 comments on commit 5eea0bd

Please sign in to comment.