Skip to content

Commit

Permalink
Request: removed flag SECURED (BC break)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 8, 2024
1 parent 5f1758d commit 573cd9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Application/Application.php
Expand Up @@ -114,7 +114,6 @@ public function createInitialRequest(): Request
$params,
$this->httpRequest->getPost(),
$this->httpRequest->getFiles(),
[Request::SECURED => $this->httpRequest->isSecured()],
);
}

Expand Down
3 changes: 0 additions & 3 deletions src/Application/Request.php
Expand Up @@ -28,9 +28,6 @@ final class Request
/** method */
public const FORWARD = 'FORWARD';

/** flag */
public const SECURED = 'secured';

/** flag */
public const RESTORED = 'restored';

Expand Down

0 comments on commit 573cd9b

Please sign in to comment.