Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / Commands / LegacyCommands.php
index a0e120686d4261dc0877034c855ccc6faf5aae4a..45c643802b92834b3c89e0b35cb449e62ae9e24c 100644 (file)
@@ -116,7 +116,7 @@ class LegacyCommands extends DrushCommands
     }
 
     /**
-     * dl has been deprecated. Please build your site using Composer. Add new projects with composer require drupal/[project-name]. Use https://www.drupal.org/project/composer_generate to build a composer.json which represents the the enabled modules on your site.
+     * dl has been deprecated. Please build your site using Composer. Add new projects with composer require drupal/[project-name]. Use https://www.drupal.org/project/composer_generate to build a composer.json which represents the enabled modules on your site.
      *
      * @command pm:download
      * @aliases dl,pm-download
@@ -126,4 +126,16 @@ class LegacyCommands extends DrushCommands
     public function download()
     {
     }
+
+    /**
+     * field-create has been deprecated. Please try `generate field` command.
+     *
+     * @command field:create
+     * @aliases field-create
+     * @hidden
+     * @obsolete
+     */
+    public function field()
+    {
+    }
 }