Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
enzolutions committed Jun 10, 2019
2 parents 1d8fe7e + 0cccc6d commit f0c34b5
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 225 deletions.
2 changes: 1 addition & 1 deletion config/services/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- { name: drupal.command }
console.config_export_entity:
class: Drupal\Console\Command\Config\ExportEntityCommand
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator', '@entity_type.repository']
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator', '@entity_type.repository', '@config.storage']
tags:
- { name: drupal.command }
console.config_export_single:
Expand Down
Loading

0 comments on commit f0c34b5

Please sign in to comment.