Skip to content

Commit

Permalink
Dont define entity-updates (#5038)
Browse files Browse the repository at this point in the history
* Dont define entity-updates

* PHPCS
  • Loading branch information
weitzman committed Jan 20, 2022
1 parent c585e78 commit 3d2cea1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Commands/LegacyCommands.php
Expand Up @@ -4,18 +4,6 @@

class LegacyCommands extends DrushCommands
{
/**
* Drupal removed its automatic entity-updates API in 8.7. See https://www.drupal.org/node/3034742.
*
* @command entity:updates
* @aliases entup,entity-updates
* @hidden
* @obsolete
*/
public function entityUpdates(): void
{
}

/**
* The core:init command was removed. Please edit your .bashrc manually.
*
Expand Down

0 comments on commit 3d2cea1

Please sign in to comment.