|
@@ -25,8 +25,9 @@ |
|
25
|
25
|
public function __construct( |
|
26
|
26
|
private WordpressCli $wordpressCli, |
|
27
|
27
|
private UserGroupHandler $userGroupHandler |
|
28
|
28
|
) { |
|
29
|
+ parent::__construct(); |
|
29
|
30
|
} |
|
30
|
31
|
|
|
31
|
32
|
/** |
|
32
|
33
|
* Converts the string to and associative an array of index and group |