Skip to content

Commit 9d91c13

Browse files
authored
Merge pull request #55 from Soean/php-warning-fix
2 parents 9a1932d + 6077089 commit 9d91c13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Super_Admin_Command.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class Super_Admin_Command extends WP_CLI_Command {
2828
'user_login',
2929
];
3030

31+
private $fetcher;
32+
3133
public function __construct() {
3234
$this->fetcher = new UserFetcher();
3335
}

0 commit comments

Comments
 (0)