Skip to content
Snippets Groups Projects

Resolve #3443330 "Comply with drupal 6.x"

Merged Yas Naoi requested to merge issue/cloud-3443330:3443330-comply-with-drupal-6.x into 6.x
378 files
+ 1981
1611
Compare changes
  • Side-by-side
  • Inline
Files
378
@@ -41,7 +41,7 @@ class CloudBudgetAdminSettings extends ConfigFormBase {
public function __construct(
ConfigFactoryInterface $config_factory,
FileSystemInterface $file_system,
CloudConfigPluginManagerInterface $cloud_config_plugin_manager
CloudConfigPluginManagerInterface $cloud_config_plugin_manager,
) {
parent::__construct($config_factory);
Loading