Skip to content

Commit a612c87

Browse files
committed
The load method was edited
1 parent 2c1dbd6 commit a612c87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/HTTPStatusCode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ protected static function load(string $lang = 'en'): array {
6969
$status = json_decode($jsonFile, true);
7070

7171
static::$status = $status['data'][$lang];
72+
73+
unset($status);
7274
}
7375

7476
return static::$status;

0 commit comments

Comments
 (0)