Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / lib / Drush / Command / CommandfilesInterface.php
diff --git a/vendor/drush/drush/lib/Drush/Command/CommandfilesInterface.php b/vendor/drush/drush/lib/Drush/Command/CommandfilesInterface.php
deleted file mode 100644 (file)
index acb7c2c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-namespace Drush\Command;
-
-interface CommandfilesInterface {
-  function add($commandfile);
-  function get();
-  function deferred();
-  function sort();
-}