Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console / src / Command / Debug / ThemeKeysCommand.php
index 8e9b60a9b5bd1a708dfcc9dd9065742dfbe1d333..69f8ab3af6811a1ebfa19dbf31281929420ccf22 100644 (file)
@@ -10,8 +10,8 @@ namespace Drupal\Console\Command\Debug;
 use Symfony\Component\Console\Input\InputArgument;
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\Console\Command\Command;
 use Symfony\Component\Yaml\Yaml;
+use Drupal\Console\Core\Command\Command;
 use Drupal\Console\Core\Command\Shared\CommandTrait;
 use Drupal\Core\Theme\Registry;