| 1 | <?php | ||
| 13 | class SetUpWorkspaceCommand extends Command | ||
| 14 | { | ||
| 15 | private $workspaceConfigurationHelper; | ||
| 16 | |||
| 17 | 8 | public function __construct(WorkspaceConfigurationHelper $workspaceConfigurationHelper) | |
| 23 | |||
| 24 | 8 | protected function configure() | |
| 42 | |||
| 43 | protected function execute(InputInterface $input, OutputInterface $output) | ||
| 60 | } | ||
| 61 |