Skip to content
Snippets Groups Projects
Commit 3c1a1ac5 authored by Jon Minder's avatar Jon Minder
Browse files

Drupal 11 compatibility fix

parent d967724f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Configure Frontend routing settings for this site.
*/
final class SettingsForm extends ConfigFormBase {
class SettingsForm extends ConfigFormBase {
/**
* {@inheritdoc}
......@@ -29,7 +29,7 @@ final class SettingsForm extends ConfigFormBase {
protected EntityTypeManagerInterface $entityTypeManager,
protected EntityTypeBundleInfoInterface $entityTypeBundleInfo,
protected AliasStorageHelperInterface $aliasStorageHelper,
protected TypedConfigManagerInterface $typedConfigManager,
TypedConfigManagerInterface $typedConfigManager,
) {
parent::__construct($config_factory, $typedConfigManager);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment