Skip to content

Commit 61ad4f1

Browse files
committed
Fix dynamic property issue in user session class
1 parent a9761dc commit 61ad4f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/User_Session_Command.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class User_Session_Command extends WP_CLI_Command {
3030
'ua',
3131
];
3232

33+
private $fetcher;
34+
3335
public function __construct() {
3436
$this->fetcher = new UserFetcher();
3537
}

0 commit comments

Comments
 (0)