Skip to content

Commit

Permalink
Fix force method
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Oct 11, 2020
1 parent 63d38d0 commit b95a5b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WpContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ public function force(string $context): WpContext
$data[self::CORE] = true;
}

$this->data = $data;

return $this;
}

Expand Down

0 comments on commit b95a5b4

Please sign in to comment.