File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
src/Joomlatools/Console/Command Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 77
88namespace Joomlatools \Console \Command \Extension ;
99
10- use Symfony \ Component \ Console \Command \Command ;
10+ use Joomlatools \ Console \Command \Configurable ;
1111use Symfony \Component \Console \Input \InputArgument ;
1212use Symfony \Component \Console \Input \InputInterface ;
1313use Symfony \Component \Console \Input \InputOption ;
1414use Symfony \Component \Console \Output \OutputInterface ;
1515
1616use Joomlatools \Console \Joomla \Bootstrapper ;
1717
18- abstract class AbstractExtension extends Command
18+ abstract class AbstractExtension extends Configurable
1919{
2020 /**
2121 * Extension name
Original file line number Diff line number Diff line change 77
88namespace Joomlatools \Console \Command \Plugin ;
99
10- use Symfony \ Component \ Console \Command \Command ;
10+ use Joomlatools \ Console \Command \Configurable ;
1111use Symfony \Component \Console \Input \InputArgument ;
1212use Symfony \Component \Console \Input \InputInterface ;
1313use Symfony \Component \Console \Output \OutputInterface ;
1414
1515use Joomlatools \Console \Joomla \Util ;
1616
17- class Install extends Command
17+ class Install extends Configurable
1818{
1919 protected function configure ()
2020 {
Original file line number Diff line number Diff line change 77
88namespace Joomlatools \Console \Command \Plugin ;
99
10- use Symfony \ Component \ Console \Command \Command ;
10+ use Joomlatools \ Console \Command \Configurable ;
1111use Symfony \Component \Console \Helper \Table ;
1212use Symfony \Component \Console \Input \InputInterface ;
1313use Symfony \Component \Console \Output \OutputInterface ;
1414
1515use Joomlatools \Console \Joomla \Util ;
1616
17- class ListAll extends Command
17+ class ListAll extends Configurable
1818{
1919 protected function configure ()
2020 {
Original file line number Diff line number Diff line change 77
88namespace Joomlatools \Console \Command \Plugin ;
99
10- use Symfony \ Component \ Console \Command \Command ;
10+ use Joomlatools \ Console \Command \Configurable ;
1111use Symfony \Component \Console \Input \InputArgument ;
1212use Symfony \Component \Console \Input \InputInterface ;
13- use Symfony \Component \Console \Input \InputOption ;
1413use Symfony \Component \Console \Output \OutputInterface ;
1514
1615use Joomlatools \Console \Joomla \Util ;
1716
18- class Uninstall extends Command
17+ class Uninstall extends Configurable
1918{
2019 protected function configure ()
2120 {
You can’t perform that action at this time.
0 commit comments