@@ -61,6 +61,9 @@ |
||
| 61 | 61 | $this->executeRoleCommand($output, $username, $super, $role); |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | + /** |
|
| 65 | + * @param boolean $super |
|
| 66 | + */ |
|
| 64 | 67 | abstract protected function executeRoleCommand(OutputInterface $output, $username, $super, $role); |
| 65 | 68 | |
| 66 | 69 | protected function interact(InputInterface $input, OutputInterface $output) |