Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / config / services / entity.yml
1 services:
2   console.entity_delete:
3     class: Drupal\Console\Command\Entity\DeleteCommand
4     arguments: ['@entity_type.repository', '@entity_type.manager']
5     tags:
6       - { name: drupal.command }