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 1414use Symfony \Component \Console \Output \OutputInterface ;
1515use Aws \S3 \S3Client ;
1616use DennisDigital \Drupal \Console \Command \Exception \CommandException ;
17- use DennisDigital \Drupal \Console \Command \Shared \SiteInstallArgumentsTrait ;
17+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
1818
1919/**
2020 * Class DbImportCommand
2121 *
2222 * @package DennisDigital\Drupal\Console\Command
2323 */
2424class DbImportCommand extends AbstractCommand {
25- use SiteInstallArgumentsTrait ;
25+ use InstallArgumentsTrait ;
2626
2727 /**
2828 * The Db dump file.
Original file line number Diff line number Diff line change 1212use Symfony \Component \Console \Input \InputInterface ;
1313use Symfony \Component \Console \Output \OutputInterface ;
1414use DennisDigital \Drupal \Console \Command \Exception \CommandException ;
15- use DennisDigital \Drupal \Console \Command \Shared \SiteInstallArgumentsTrait ;
15+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
1616
1717/**
1818 * Class DrushAliasCommand
2121 */
2222class DrushAliasCommand extends AbstractCommand {
2323
24- use SiteInstallArgumentsTrait ;
24+ use InstallArgumentsTrait ;
2525
2626 /**
2727 * The file name to generate.
Original file line number Diff line number Diff line change 1212use Symfony \Component \Console \Input \InputInterface ;
1313use Symfony \Component \Console \Output \OutputInterface ;
1414use DennisDigital \Drupal \Console \Command \Exception \CommandException ;
15- use DennisDigital \Drupal \Console \Command \Shared \SiteInstallArgumentsTrait ;
15+ use DennisDigital \Drupal \Console \Command \Site \ Shared \InstallArgumentsTrait ;
1616use DennisDigital \Drupal \Console \Command \Site \AbstractCommand ;
1717
1818/**
2121 * @package DennisDigital\Drupal\Console\Command
2222 */
2323class DbCommand extends AbstractCommand {
24- use SiteInstallArgumentsTrait ;
24+ use InstallArgumentsTrait ;
2525
2626 /**
2727 * The file name to generate.
Original file line number Diff line number Diff line change 22
33/**
44 * @file
5- * Contains DennisDigital\DennisDigital\Drupal\Console\Command\Shared\SiteInstallArgumentsTrait .
5+ * Contains DennisDigital\DennisDigital\Drupal\Console\Command\Site\ Shared\InstallArgumentsTrait .
66 */
77
8- namespace DennisDigital \Drupal \Console \Command \Shared ;
8+ namespace DennisDigital \Drupal \Console \Command \Site \ Shared ;
99
1010use Symfony \Component \Console \Input \InputArgument ;
1111use Symfony \Component \Console \Input \InputOption ;
1212
1313/**
14- * Class SiteInstallArgumentsTrait
14+ * Class InstallArgumentsTrait
1515 * @package DennisDigital\Drupal\Console\Command
1616 */
17- trait SiteInstallArgumentsTrait
17+ trait InstallArgumentsTrait
1818{
1919
2020 /**
You can’t perform that action at this time.
0 commit comments