Skip to content

Commit 5838b63

Browse files
committed
another fix
1 parent 7bc070b commit 5838b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

View/ViewHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function __construct(
117117
*/
118118
public function setExclusionStrategyGroups($groups)
119119
{
120-
$this->exclusionStrategyGroups = (array) $groups;
120+
$this->exclusionStrategyGroups = $groups;
121121
}
122122

123123
/**

0 commit comments

Comments
 (0)