Version 1
[yaffs-website] / vendor / drush / drush / lib / Drush / User / UserSingle6.php
diff --git a/vendor/drush/drush/lib/Drush/User/UserSingle6.php b/vendor/drush/drush/lib/Drush/User/UserSingle6.php
new file mode 100644 (file)
index 0000000..1411682
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drush\User;
+
+class UserSingle6 extends UserSingle7 {
+
+  public function cancel() {
+    user_delete(array(), $this->account->uid);
+  }
+}