Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
72 | protected function configure() |
||
73 | { |
||
74 | $this->setName('getnet:sub_seller:administrative_token'); |
||
75 | $this->setDescription('Generate Administrative Token Manually'); |
||
76 | $this->setDefinition( |
||
77 | [new InputArgument(self::STORE_ID, InputArgument::OPTIONAL, 'Store Id')] |
||
78 | ); |
||
79 | parent::configure(); |
||
80 | } |
||
82 |