Skip to content

Commit 06fcb51

Browse files
committed
httpResponseCode private
1 parent 88fdc46 commit 06fcb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnitySite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function redirect($destination)
3232
}
3333
}
3434

35-
public static function headerResponseCode(int $code, string $reason)
35+
private static function headerResponseCode(int $code, string $reason)
3636
{
3737
$msg = $_SERVER["SERVER_PROTOCOL"] . " " . strval($code) . " " . $reason;
3838
header($msg, true, $code);

0 commit comments

Comments
 (0)