@@ -18,8 +18,7 @@ |
||
18 | 18 | * |
19 | 19 | * @throws \cs\ExitException |
20 | 20 | */ |
21 | - public static function init_from_psr7 ($Psr7_request) { |
|
22 | - ++System_request::$id; |
|
21 | + public static function init_from_psr7 ($Psr7_request) {++System_request::$id; |
|
23 | 22 | $System_request = System_request::instance(); |
24 | 23 | self::from_psr7_server($System_request, $Psr7_request); |
25 | 24 | self::from_psr7_query($System_request, $Psr7_request); |