diff --git a/src/DuskServer.php b/src/DuskServer.php index 4544bce2..13f92b7e 100644 --- a/src/DuskServer.php +++ b/src/DuskServer.php @@ -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);