Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
14 | class PromoteCoachCommand extends AbstractAdminCommand |
||
15 | { |
||
16 | /** @var string */ |
||
17 | protected static $defaultName = 'obblm:coach:promote'; |
||
18 | protected static $description = 'Promotes an existing user to OBBLM Administrator.'; |
||
19 | protected static $help = 'This command will promote an existing user to the administrator role.'; |
||
20 | |||
21 | protected function execute(InputInterface $input, OutputInterface $output) |
||
41 |