Skip to content

Commit

Permalink
style(*): Remove useless constant
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Sep 5, 2024
1 parent 385ddb3 commit 0b886a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- uses: gautamkrishnar/keepalive-workflow@v2
with:
time_elapsed: 45
workflow_files: "unit-and-integration-test.yml"
workflow_files: "unit-tests.yml"

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ As far as possible, we try to adhere to [Symfony guidelines](https://symfony.com
[_Compare with previous release_](https://github.com/crowdsecurity/php-common/compare/v2.2.0...v2.3.0)


### Changed
### Added

- Modify `Client\AbstractClient` and `Client\HttpMessage\Request` classes to handle App Sec requests
- Add App Sec requests support


---
Expand Down
4 changes: 0 additions & 4 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ class Constants
* @var string The LISTS origin for decisions
*/
public const ORIGIN_LISTS = 'lists';
/**
* @var string The CrowdSec App Sec raw body param
*/
public const APPSEC_RAW_BODY_PARAM = 'app_sec_raw_body';
/**
* @var string The ban remediation
*/
Expand Down

0 comments on commit 0b886a2

Please sign in to comment.