Skip to content

Commit

Permalink
Use correct YAML encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Jun 26, 2024
1 parent 2fd2dd1 commit ad28452
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

namespace Drupal\os2forms_digital_post\Drush\Commands;

use Drupal\Core\Serialization\Yaml;
//use Drupal\Core\Serialization\Yaml;
use Drupal\Component\Serialization\Yaml;
use Drupal\Core\Utility\Token;
use Drupal\entity_print\Plugin\EntityPrintPluginManagerInterface;
use Drupal\os2forms_digital_post\Helper\DigitalPostHelper;
Expand Down

0 comments on commit ad28452

Please sign in to comment.