1 | <?php |
||
29 | class RestartWebServerCommand extends Command { |
||
30 | |||
31 | protected function configure(){ |
||
32 | $this |
||
33 | ->setName('upgrade:restartWebServer') |
||
34 | ->setDescription('Please restart your Web Server') |
||
35 | ; |
||
36 | } |
||
37 | |||
38 | protected function execute(InputInterface $input, OutputInterface $output){ |
||
40 | |||
41 | } |
||
42 |