Skip to content

Commit

Permalink
Merge pull request #55 from Soean/php-warning-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Jan 8, 2024
2 parents 9a1932d + 6077089 commit 9d91c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Super_Admin_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class Super_Admin_Command extends WP_CLI_Command {
'user_login',
];

private $fetcher;

public function __construct() {
$this->fetcher = new UserFetcher();
}
Expand Down

0 comments on commit 9d91c13

Please sign in to comment.