Skip to content

Commit 27f0bf0

Browse files
authored
Merge pull request #470 from ernilambar/fix-dynamic-proprty-issue
Fix dynamic property issue in user session class
2 parents a9761dc + 61ad4f1 commit 27f0bf0

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)