Problem/Motivation

The ConfigModifyCommands Drush command implements Drupal\Core\File\FileSystem instead of Drupal\Core\File\FileSystemInterface

Solution

Use Drupal\Core\File\FileSystemInterface in ConfigModifyCommands::constructor

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

christian.wiedemann created an issue. See original summary.

christian.wiedemann’s picture

Status: Active » Needs review

kingdutch’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

christian.wiedemann’s picture