1 | <?php |
||
19 | class ValidateExpertCommand extends Command |
||
20 | { |
||
21 | /** |
||
22 | * @var Container |
||
23 | */ |
||
24 | private $container; |
||
25 | |||
26 | public function __construct(Container $container) |
||
31 | |||
32 | protected function configure() |
||
39 | |||
40 | protected function execute(InputInterface $input, OutputInterface $output) |
||
52 | |||
53 | |||
54 | } |
||
55 |