Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / src / Command / ShellCommand.php
index 1c9b20c4591fd7965d0f4b7dff52f0f7830a45ee..7db66821fe9bc1fc786e995ee8750950c5552879 100644 (file)
@@ -6,8 +6,7 @@ use Psy\Shell;
 use Psy\Configuration;
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\Console\Command\Command;
-use Drupal\Console\Core\Command\Shared\CommandTrait;
+use Drupal\Console\Core\Command\Command;
 
 /**
  * Class ShellCommand
@@ -16,8 +15,6 @@ use Drupal\Console\Core\Command\Shared\CommandTrait;
  */
 class ShellCommand extends Command
 {
-    use CommandTrait;
-
     /**
      * {@inheritdoc}
      */