diff --git a/CHANGELOG-7.x.md b/CHANGELOG-7.x.md index e2d1205..c59e860 100644 --- a/CHANGELOG-7.x.md +++ b/CHANGELOG-7.x.md @@ -2,7 +2,9 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-dusk`. -## 7.40.0 (Unreleased) +## 7.50.0 + +Released: 2024-12-01 ### Added diff --git a/src/Foundation/Application.php b/src/Foundation/Application.php index 83e35d4..4d3838f 100644 --- a/src/Foundation/Application.php +++ b/src/Foundation/Application.php @@ -7,7 +7,7 @@ class Application extends \Orchestra\Testbench\Foundation\Application { /** - * Get Application base path. + * Get Application's base path. * * @return string */