We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff9dc0 commit a40ef66Copy full SHA for a40ef66
src/DuskParallelServiceProvider.php
@@ -39,9 +39,5 @@ public function boot(): void
39
$this->app->afterResolving(EncryptCookies::class, function (EncryptCookies $middleware) {
40
$middleware->disableFor('dusk_db_token');
41
});
42
-
43
- // Prepend to the web group so the database is switched before StartSession
44
- // (which may connect to the DB) and before any authenticated route handlers.
45
- $this->app['router']->prependMiddlewareToGroup('web', SwitchDatabaseForParallelTesting::class);
46
}
47
0 commit comments