Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | trait ApiKeyUserManagementHelperTrait |
||
23 | { |
||
24 | use GetApplicationTrait; |
||
25 | |||
26 | abstract public function getRolesService(): RolesService; |
||
27 | |||
28 | /** |
||
29 | * Method to create user groups via existing 'user:create-group' command. |
||
30 | * |
||
31 | * @throws Throwable |
||
32 | */ |
||
33 | protected function createUserGroups(OutputInterface $output): void |
||
53 |