Skip to content

Commit

Permalink
Merge branch '6.x' into 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Aug 15, 2023
2 parents 8d55542 + 6a69cb2 commit 6b292c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-dusk`.

## 6.33.1

Released: 2023-08-15

### Fixes

* Fixes missing import.

## 6.33.0

Released: 2023-08-15
Expand Down
1 change: 1 addition & 0 deletions laravel/bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
use Orchestra\Testbench\Foundation\Application;
use Orchestra\Testbench\Foundation\Config;
use Orchestra\Testbench\Workbench\Bootstrap\StartWorkbench;
use function Orchestra\Testbench\default_environment_variables;

/**
* Create Laravel application.
Expand Down

0 comments on commit 6b292c1

Please sign in to comment.