Skip to content

Commit b95a5b4

Browse files
committed
Fix force method
1 parent 63d38d0 commit b95a5b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WpContext.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ public function force(string $context): WpContext
163163
$data[self::CORE] = true;
164164
}
165165

166+
$this->data = $data;
167+
166168
return $this;
167169
}
168170

0 commit comments

Comments
 (0)