Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / lib / Drush / User / User7.php
diff --git a/vendor/drush/drush/lib/Drush/User/User7.php b/vendor/drush/drush/lib/Drush/User/User7.php
deleted file mode 100644 (file)
index 531cacb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-namespace Drush\User;
-
-class User7 extends UserVersion {
-
-  /**
-   * {inheritdoc}
-   */
-  public function create($properties) {
-    $account = user_save(NULL, $properties, NULL);
-    return new UserSingle7($account);
-  }
-}