Skip to content

Commit

Permalink
Reset excluded groups when calling prepare method (see #98)
Browse files Browse the repository at this point in the history
* Reset excluded options on prepare 51b2de6

Co-authored-by: Daniele Sciannimanica <[email protected]>
  • Loading branch information
zoglo and doishub authored Apr 18, 2024
1 parent b3e7d40 commit 6190166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StyleManager/Styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function prepare($identifier, $arrGroups=null): Styles
{
$this->currIdentifier = $identifier;
$this->currGroups = $arrGroups;
$this->exclGroups = null;

return $this;
}
Expand Down

0 comments on commit 6190166

Please sign in to comment.