File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
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 \SiteInstallArgumentsTrait ;
17
+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
18
18
19
19
/**
20
20
* Class DbImportCommand
21
21
*
22
22
* @package DennisDigital\Drupal\Console\Command
23
23
*/
24
24
class DbImportCommand extends AbstractCommand {
25
- use SiteInstallArgumentsTrait ;
25
+ use InstallArgumentsTrait ;
26
26
27
27
/**
28
28
* The Db dump file.
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 \SiteInstallArgumentsTrait ;
15
+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
16
16
17
17
/**
18
18
* Class DrushAliasCommand
21
21
*/
22
22
class DrushAliasCommand extends AbstractCommand {
23
23
24
- use SiteInstallArgumentsTrait ;
24
+ use InstallArgumentsTrait ;
25
25
26
26
/**
27
27
* The file name to generate.
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 \SiteInstallArgumentsTrait ;
15
+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
16
16
use DennisDigital \Drupal \Console \Command \Site \AbstractCommand ;
17
17
18
18
/**
21
21
* @package DennisDigital\Drupal\Console\Command
22
22
*/
23
23
class DbCommand extends AbstractCommand {
24
- use SiteInstallArgumentsTrait ;
24
+ use InstallArgumentsTrait ;
25
25
26
26
/**
27
27
* The file name to generate.
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\SiteInstallArgumentsTrait .
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 ;
12
12
13
13
/**
14
- * Class SiteInstallArgumentsTrait
14
+ * Class InstallArgumentsTrait
15
15
* @package DennisDigital\Drupal\Console\Command
16
16
*/
17
- trait SiteInstallArgumentsTrait
17
+ trait InstallArgumentsTrait
18
18
{
19
19
20
20
/**
You can’t perform that action at this time.
0 commit comments