Skip to content

Commit

Permalink
Update Builder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs authored Jul 3, 2024
1 parent 7a648e0 commit 88569bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ class Builder
*/
public static function blocker($text, $blocker = '****', $languages = [])
{
return new Blocker($text, $blocker);
return new Blocker($text, $blocker, $languages);
}
}

0 comments on commit 88569bd

Please sign in to comment.