Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / config / services / drupal-console / config.yml
index f0156a68576302d82077d7554c10183895d4dc7e..1bd38a6538b708caa310ecc897bc9a9c5437802b 100644 (file)
@@ -21,7 +21,7 @@ services:
       - { name: drupal.command }
   console.config_export:
     class: Drupal\Console\Command\Config\ExportCommand
       - { name: drupal.command }
   console.config_export:
     class: Drupal\Console\Command\Config\ExportCommand
-    arguments: ['@config.manager']
+    arguments: ['@config.manager', '@config.storage']
     tags:
       - { name: drupal.command }
   console.config_export_content_type:
     tags:
       - { name: drupal.command }
   console.config_export_content_type:
@@ -31,7 +31,7 @@ services:
       - { name: drupal.command }
   console.config_export_single:
     class: Drupal\Console\Command\Config\ExportSingleCommand
       - { name: drupal.command }
   console.config_export_single:
     class: Drupal\Console\Command\Config\ExportSingleCommand
-    arguments: ['@entity_type.manager', '@config.storage']
+    arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager']
     tags:
       - { name: drupal.command }
   console.config_export_view:
     tags:
       - { name: drupal.command }
   console.config_export_view: