Skip to content

Commit bc89685

Browse files
fix(app): Add missing config path to ECS configuration in ecs.php. (#177)
1 parent 9740a39 commit bc89685

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Bug #171: Update section title to `Available deployment options`, group stacks by type, and add Apache entry in `README.md` (@terabytesoftw)
1515
- Bug #172: Update badge label from `PHPUnit` to `Codeception` in `README.md` (@terabytesoftw)
1616
- Bug #175: Update allowed IPs in configuration for development purposes in `configuration.md` (@terabytesoftw)
17+
- Bug #177: Add missing config path to ECS configuration in `ecs.php` (@terabytesoftw)
1718

1819
## 0.1.0 August 31, 2025
1920

ecs.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
->withFileExtensions(['php'])
4949
->withPaths(
5050
[
51+
__DIR__ . '/config',
5152
__DIR__ . '/src',
5253
__DIR__ . '/tests',
5354
],

0 commit comments

Comments
 (0)