File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11
11
use Symfony \Component \Console \Input \InputInterface ;
12
12
use Symfony \Component \Console \Output \OutputInterface ;
13
13
use Symfony \Component \HttpFoundation \RequestStack ;
14
- use Symfony \Component \Console \Command \Command ;
15
- use Drupal \Console \Core \Command \Shared \CommandTrait ;
14
+ use Drupal \Console \Core \Command \Command ;
16
15
use Drupal \Console \Utils \DrupalApi ;
17
16
use Drupal \Console \Utils \Site ;
18
17
use Drupal \Console \Core \Style \DrupalStyle ;
24
23
*/
25
24
class RebuildCommand extends Command
26
25
{
27
- use CommandTrait;
28
-
29
26
/**
30
27
* @var DrupalApi
31
28
*/
Original file line number Diff line number Diff line change 11
11
use Symfony \Component \Console \Output \OutputInterface ;
12
12
use Symfony \Component \Console \Input \InputArgument ;
13
13
use Symfony \Component \Console \Input \InputOption ;
14
- use Symfony \ Component \ Console \Command \Command ;
14
+ use Drupal \ Console \Core \Command \ ContainerAwareCommand ;
15
15
use Symfony \Component \Yaml \Yaml ;
16
- use Drupal \Console \Core \Command \Shared \ContainerAwareCommandTrait ;
17
16
use Drupal \Console \Core \Style \DrupalStyle ;
18
17
19
18
/**
20
19
* Class ContainerCommand
21
20
*
22
21
* @package Drupal\Console\Command\Debug
23
22
*/
24
- class ContainerCommand extends Command
23
+ class ContainerCommand extends ContainerAwareCommand
25
24
{
26
- use ContainerAwareCommandTrait;
27
-
28
25
/**
29
26
* {@inheritdoc}
30
27
*/
You can’t perform that action at this time.
0 commit comments