Skip to content
Snippets Groups Projects

Issue #3457460 by TR: [10.3] 3415489 Yaml decoding no longer uses the YAML...

Merged Tim Rohaly requested to merge issue/rules-3457460:3457460-10.3-3415489-yaml into 4.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7,7 +7,7 @@ namespace Drupal\rules\Commands;
use Consolidation\OutputFormatters\StructuredData\RowsOfFields;
use Drupal\Core\Config\CachedStorage;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Serialization\Yaml;
use Drupal\Component\Serialization\Yaml;
use Drupal\rules\Core\RulesEventManager;
use Drush\Commands\DrushCommands;
Loading