File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Console \Output \OutputInterface ;
15
15
use Aws \S3 \S3Client ;
16
16
use DennisDigital \Drupal \Console \Command \Exception \CommandException ;
17
- use DennisDigital \Drupal \Console \Command \Shared \InstallArgumentsTrait ;
17
+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
18
18
19
19
/**
20
20
* Class DbImportCommand
Original file line number Diff line number Diff line change 12
12
use Symfony \Component \Console \Input \InputInterface ;
13
13
use Symfony \Component \Console \Output \OutputInterface ;
14
14
use DennisDigital \Drupal \Console \Command \Exception \CommandException ;
15
- use DennisDigital \Drupal \Console \Command \Shared \InstallArgumentsTrait ;
15
+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
16
16
17
17
/**
18
18
* Class DrushAliasCommand
Original file line number Diff line number Diff line change 12
12
use Symfony \Component \Console \Input \InputInterface ;
13
13
use Symfony \Component \Console \Output \OutputInterface ;
14
14
use DennisDigital \Drupal \Console \Command \Exception \CommandException ;
15
- use DennisDigital \Drupal \Console \Command \Shared \InstallArgumentsTrait ;
15
+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
16
16
use DennisDigital \Drupal \Console \Command \Site \AbstractCommand ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* @file
5
- * Contains DennisDigital\DennisDigital\Drupal\Console\Command\Shared\InstallArgumentsTrait.
5
+ * Contains DennisDigital\DennisDigital\Drupal\Console\Command\Site\ Shared\InstallArgumentsTrait.
6
6
*/
7
7
8
- namespace DennisDigital \Drupal \Console \Command \Shared ;
8
+ namespace DennisDigital \Drupal \Console \Command \Site \ Shared ;
9
9
10
10
use Symfony \Component \Console \Input \InputArgument ;
11
11
use Symfony \Component \Console \Input \InputOption ;
You can’t perform that action at this time.
0 commit comments