Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 11, 2023
1 parent c076819 commit 863ec7a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/DuskServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ protected function startServer(): void
{
$this->guardServerStarting();

$passthroughVariables = [
'APP_ENV',
'APP_KEY',
];

$environmentVariables = collect($_ENV)
->when(defined('TESTBENCH_WORKING_PATH'), function ($collect) {
$collect->put('TESTBENCH_WORKING_PATH', TESTBENCH_WORKING_PATH);
Expand Down

0 comments on commit 863ec7a

Please sign in to comment.