Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
56 | protected function execute( |
||
57 | InputInterface $input, |
||
58 | OutputInterface $output |
||
59 | ) { |
||
60 | $this->state->setAreaCode(\Magento\Framework\App\Area::AREA_ADMINHTML); |
||
61 | $this->token->setOutput($output); |
||
62 | |||
63 | $storeId = $input->getArgument(self::STORE_ID); |
||
64 | $this->token->newToken($storeId); |
||
65 | } |
||
82 |