Skip to content

Commit 378adea

Browse files
committed
Fix typo on constructor in blizzard checker class
1 parent 2c08a1a commit 378adea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/BlizzardChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class BlizzardChecker {
1010
/**
1111
* Block instantiation of this object.
1212
*/
13-
private function __contruct() {}
13+
private function __construct() {}
1414

1515
public static function checkIfBlizzard() {
1616
$IP = getenv("REMOTE_ADDR");

0 commit comments

Comments
 (0)