We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a1932d + 6077089 commit 9d91c13Copy full SHA for 9d91c13
1 file changed
src/Super_Admin_Command.php
@@ -28,6 +28,8 @@ class Super_Admin_Command extends WP_CLI_Command {
28
'user_login',
29
];
30
31
+ private $fetcher;
32
+
33
public function __construct() {
34
$this->fetcher = new UserFetcher();
35
}
0 commit comments